diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-11-08 14:20:36 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-11-09 09:24:16 +0000 |
commit | 27f819eb767c10adb4e8180f7357288ee4543826 (patch) | |
tree | 6261b60816c0acb637bc2c63bed866687eef5edb /scripts | |
parent | a3b30ffadcd0e17a49ea6be11757ac872d3d8c62 (diff) | |
download | aports-27f819eb767c10adb4e8180f7357288ee4543826.tar.bz2 aports-27f819eb767c10adb4e8180f7357288ee4543826.tar.xz |
scripts/bootstrap.sh: catch up with the openssl switch
Replace libressl with openssl, add libbsd and libtls-standalone (for busybox)
but still build libressl for apk-tools.
[TT: Remove libressl, it is not needed anymore.]
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 388f89d2c9..d62c1382c2 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,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 \ - libressl busybox busybox-initscripts binutils make \ + openssl 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 \ |