summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-30 22:59:06 +0000
committerdavidovski <david@davidovski.xyz>2022-01-30 22:59:06 +0000
commit0ef2c318a31133dad232014c6455d7903e4e3d36 (patch)
treebf6779c7e7dcd36ec094fdd1e852a9855d442624 /repo
parentb88b39604102fbbcdf781afad585b004107d91e9 (diff)
added missing deps
Diffstat (limited to 'repo')
-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