aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-11-28 17:51:39 -0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-11-28 17:51:39 -0200
commit20b12127b3e4ab5f218630d4cef26aa0a3a3050d (patch)
tree7dd12a444015e7686eb62b83b35325a6a86f5ba2 /scripts
parent3eca8a6ac59d3c27af76c7823868221204af1054 (diff)
downloadaports-20b12127b3e4ab5f218630d4cef26aa0a3a3050d.tar.bz2
aports-20b12127b3e4ab5f218630d4cef26aa0a3a3050d.tar.xz
scripts: use libressl instead of openssl
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh2
-rwxr-xr-xscripts/mkimg.base.sh2
2 files changed, 2 insertions, 2 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
diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh
index 00eebea7bc..f94e819be8 100755
--- a/scripts/mkimg.base.sh
+++ b/scripts/mkimg.base.sh
@@ -272,7 +272,7 @@ profile_base() {
initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage quiet"
initfs_features="ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio"
#grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help"
- apks="alpine-base alpine-mirrors bkeymaps chrony e2fsprogs network-extras openssl openssh tzdata"
+ apks="alpine-base alpine-mirrors bkeymaps chrony e2fsprogs network-extras libressl openssh tzdata"
apkovl=
hostname="alpine"
}