summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/system/cacerts.xibuild2
-rw-r--r--repo/util/curl.xibuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/cacerts.xibuild b/repo/system/cacerts.xibuild
index caea7a6..b8e2292 100644
--- a/repo/system/cacerts.xibuild
+++ b/repo/system/cacerts.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
MAKEDEPS=(make-ca)
-DEPS=(make-ca)
+DEPS=(make-ca libnghttp)
PKG_VER=1.7
SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz
diff --git a/repo/util/curl.xibuild b/repo/util/curl.xibuild
index a6a7051..0e6ce5a 100644
--- a/repo/util/curl.xibuild
+++ b/repo/util/curl.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
MAKEDEPS=(make )
-DEPS=(openssl zlib zstd libnghttp libpsl)
+DEPS=(cacerts openssl zlib zstd libnghttp libpsl)
PKG_VER=7.80.0
SOURCE=https://curl.se/download/curl-$PKG_VER.tar.xz