From fad9a11100fcbcd984630cce25c013b79736d086 Mon Sep 17 00:00:00 2001 From: alpine-mips-patches <info@mobile-stream.com> Date: Mon, 7 Jan 2019 08:32:12 +0000 Subject: [PATCH] scripts/bootstrap.sh: build ca-certificates too --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index d62c1382c298..6a23e98cfc2e 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -96,7 +96,7 @@ apk info --quiet --installed --root "$CBUILDROOT" libgcc libstdc++ musl-dev || \ # ordered cross-build for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ - openssl libbsd libtls-standalone busybox busybox-initscripts binutils make \ + openssl ca-certificates libbsd libtls-standalone busybox busybox-initscripts binutils make \ apk-tools file \ gmp mpfr3 mpc1 isl cloog gcc \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \ -- GitLab