summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/system/cacerts.xibuild2
-rw-r--r--repo/util/make-ca.xibuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/cacerts.xibuild b/repo/system/cacerts.xibuild
index bf84277..caea7a6 100644
--- a/repo/system/cacerts.xibuild
+++ b/repo/system/cacerts.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make )
+MAKEDEPS=(make-ca)
DEPS=(make-ca)
PKG_VER=1.7
diff --git a/repo/util/make-ca.xibuild b/repo/util/make-ca.xibuild
index a006240..fcb7d0f 100644
--- a/repo/util/make-ca.xibuild
+++ b/repo/util/make-ca.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
MAKEDEPS=(make )
-DEPS=(libp11-kit nss)
+DEPS=(libp11-kit nss openssl)
PKG_VER=1.7
SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz