diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-17 07:19:46 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-17 07:19:46 +0000 |
commit | 4b8e1ca45fbfdc4789cb04deac075995ccb9f8b8 (patch) | |
tree | 3bbe34c0c0b04f8dce9bee2155f6b22899d8d56d | |
parent | be814b25c6d91ed746caae79dc0197e6606ca07c (diff) | |
download | aports-4b8e1ca45fbfdc4789cb04deac075995ccb9f8b8.tar.bz2 aports-4b8e1ca45fbfdc4789cb04deac075995ccb9f8b8.tar.xz |
scripts/bootstrap.sh: fix bootstrapping with libressl
-rwxr-xr-x | scripts/bootstrap.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 9cb78c3be3..5a797faeb3 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -93,9 +93,9 @@ cross_compile_base() { || return 1 # ordered cross-build - for PKG in fortify-headers linux-headers musl libc-dev \ - busybox busybox-initscripts binutils make pkgconf \ - zlib openssl libfetch apk-tools \ + for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ + busybox busybox-initscripts binutils make \ + libressl libfetch apk-tools \ gmp mpfr3 mpc1 isl cloog gcc \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \ attr libcap patch sudo acl fakeroot tar \ |