diff options
Diffstat (limited to 'repo/cacerts')
-rw-r--r-- | repo/cacerts/cacerts.xibuild | 4 |
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" |