summaryrefslogtreecommitdiff
path: root/repo/cacerts/cacerts.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-11-04 02:29:27 +0000
committerdavidovski <david@davidovski.xyz>2022-11-04 02:29:27 +0000
commit63add57ef96f10f464fc1bf7c821d2281b39edeb (patch)
treedf6ff34494316e6e23d206dd81367f0a5a3ead73 /repo/cacerts/cacerts.xibuild
parent9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff)
Using toybox instead of sbase for posix
Diffstat (limited to 'repo/cacerts/cacerts.xibuild')
-rw-r--r--repo/cacerts/cacerts.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/cacerts/cacerts.xibuild b/repo/cacerts/cacerts.xibuild
index 9fef8e1..2ff5dda 100644
--- a/repo/cacerts/cacerts.xibuild
+++ b/repo/cacerts/cacerts.xibuild
@@ -1,12 +1,12 @@
#!/bin/sh
-MAKEDEPS="sbase bash sed"
+MAKEDEPS="toybox bash sed"
DEPS="libnghttp libp11-kit"
PKG_VER=1.7
SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz
ADDITIONAL="
- fix-sbase-coreutils.patch
+ fix-toybox-coreutils.patch
"
DESC="Root certificates needed by ssl built using make-ca"