X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 5F827F855AE for ; Mon, 7 Jan 2019 08:58:13 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id B4A6E61684 for ; Mon, 7 Jan 2019 11:58:12 +0300 (MSK) From: alpine-mips-patches Date: Mon, 7 Jan 2019 08:32:12 +0000 Subject: [alpine-aports] [PATCH] scripts/bootstrap.sh: build ca-certificates too To: alpine-aports@lists.alpinelinux.org Message-Id: <20190107085812.B4A6E61684@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index d62c1382c2..6a23e98cfc 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 \ -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---