diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-11-28 17:51:39 -0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-11-28 17:51:39 -0200 |
commit | 20b12127b3e4ab5f218630d4cef26aa0a3a3050d (patch) | |
tree | 7dd12a444015e7686eb62b83b35325a6a86f5ba2 /scripts/bootstrap.sh | |
parent | 3eca8a6ac59d3c27af76c7823868221204af1054 (diff) | |
download | aports-20b12127b3e4ab5f218630d4cef26aa0a3a3050d.tar.bz2 aports-20b12127b3e4ab5f218630d4cef26aa0a3a3050d.tar.xz |
scripts: use libressl instead of openssl
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 966552ebc9..b7e4f9cb7a 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -133,7 +133,7 @@ Steps for introducing new architecture include: - adding the compiler tripler and arch type to abuild - adding the arch type detection to apk-tools - adjusting build rules for packages that are arch aware: - gcc, openssl, linux-headers + gcc, libressl, linux-headers - create new kernel config for linux-vanilla After these steps the initial cross-build can be completed |