From 63add57ef96f10f464fc1bf7c821d2281b39edeb Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 4 Nov 2022 02:29:27 +0000 Subject: Using toybox instead of sbase for posix --- repo/cacerts/cacerts.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/cacerts/cacerts.xibuild') 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" -- cgit v1.2.1