~alpine/aports

[alpine-aports] [PATCH] scripts/bootstrap.sh: fix cross-build dependencies

Details
Message ID
<48276866.20180801094439@mobile-stream.com>
Sender timestamp
1533105879
DKIM signature
missing
Download raw message
Patch: +3 -3
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
---
Reply to thread Export thread (mbox)