X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by lists.alpinelinux.org (Postfix) with ESMTP id 0EE425C6599 for ; Fri, 9 Nov 2018 05:28:37 +0000 (GMT) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 42DF14F172 for ; Fri, 9 Nov 2018 08:28:36 +0300 (MSK) From: alpine-mips-patches Date: Thu, 8 Nov 2018 14:20:36 +0000 Subject: [alpine-aports] [PATCH] scripts/bootstrap.sh: catch up with the openssl switch To: alpine-aports@lists.alpinelinux.org Message-Id: <20181109052836.42DF14F172@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Replace libressl with openssl, add libbsd and libtls-standalone (for busybox) but still build libressl for apk-tools. --- scripts/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 388f89d2c9..5b1f44c878 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -45,7 +45,7 @@ Steps for introducing new architecture include: - adding the compiler triplet and arch type to abuild - adding the arch type detection to apk-tools - adjusting build rules for packages that are arch aware: - gcc, libressl, linux-headers + gcc, openssl, linux-headers - create new kernel config for linux-vanilla After these steps the initial cross-build can be completed @@ -96,8 +96,8 @@ 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 \ - libressl busybox busybox-initscripts binutils make \ - apk-tools file \ + openssl libbsd libtls-standalone busybox busybox-initscripts binutils make \ + libressl apk-tools file \ gmp mpfr3 mpc1 isl cloog gcc \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \ attr libcap patch sudo acl fakeroot tar \ -- 2.19.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---