Skip to content
Snippets Groups Projects
Commit 27f819eb authored by alpine-mips-patches's avatar alpine-mips-patches Committed by Timo Teräs
Browse files

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.]
parent a3b30ffa
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ Steps for introducing new architecture include: ...@@ -45,7 +45,7 @@ Steps for introducing new architecture include:
- adding the compiler triplet and arch type to abuild - adding the compiler triplet and arch type to abuild
- adding the arch type detection to apk-tools - adding the arch type detection to apk-tools
- adjusting build rules for packages that are arch aware: - adjusting build rules for packages that are arch aware:
gcc, libressl, linux-headers gcc, openssl, linux-headers
- create new kernel config for linux-vanilla - create new kernel config for linux-vanilla
After these steps the initial cross-build can be completed After these steps the initial cross-build can be completed
...@@ -96,7 +96,7 @@ apk info --quiet --installed --root "$CBUILDROOT" libgcc libstdc++ musl-dev || \ ...@@ -96,7 +96,7 @@ apk info --quiet --installed --root "$CBUILDROOT" libgcc libstdc++ musl-dev || \
# ordered cross-build # ordered cross-build
for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ 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 \ apk-tools file \
gmp mpfr3 mpc1 isl cloog gcc \ gmp mpfr3 mpc1 isl cloog gcc \
openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment