X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by lists.alpinelinux.org (Postfix) with ESMTP id 986155C551D for ; Wed, 1 Aug 2018 06:44:40 +0000 (GMT) Received: from mx7.valuehost.ru (localhost.valuehost.ru [127.0.0.1]) by mx7.valuehost.ru (Postfix) with ESMTP id E90DE2EA29 for ; Wed, 1 Aug 2018 09:44:39 +0300 (MSK) Date: Wed, 1 Aug 2018 09:44:39 +0300 From: info@mobile-stream.com X-Priority: 3 (Normal) Message-ID: <48276866.20180801094439@mobile-stream.com> To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] scripts/bootstrap.sh: fix cross-build dependencies X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit move libressl before busybox to avoid pulling wrong libressl-dev add libaio to satisfy lvm2 dependency --- scripts/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 1f42985200..388f89d2c9 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -96,13 +96,13 @@ 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 \ - busybox busybox-initscripts binutils make \ - libressl apk-tools file \ + libressl 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 \ attr libcap patch sudo acl fakeroot tar \ pax-utils lzip abuild openssh \ - ncurses libcap-ng util-linux lvm2 popt xz \ + ncurses libcap-ng util-linux libaio lvm2 popt xz \ json-c argon2 cryptsetup kmod lddtree mkinitfs \ community/go libffi community/ghc \ $KERNEL_PKG ; do -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---