From 38de9074ff1effefa08bfc71471a97cd0658c10c Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 19 Apr 2018 00:11:14 -0400 Subject: Attempts to build zlib, libressl, dropbear, and... openssh with musl using the host's toolchain. I'm going to be moving to a toolchain specific to this system. Also changed how the kernel is installed, so it makes more sense. Fixed missing sources for many projects --- scripts/get_sources.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/get_sources.sh') diff --git a/scripts/get_sources.sh b/scripts/get_sources.sh index 45a834a..6bdc623 100644 --- a/scripts/get_sources.sh +++ b/scripts/get_sources.sh @@ -2,6 +2,8 @@ . ./.vars cd ${dist_dir} wget -i ${base_dir}/sources.lst +# Because otherwise it's saved as 'mirror'... *sigh* +wget -O php-7.2.4.tar.xz http://us3.php.net/get/php-7.2.4.tar.xz/from/this/mirror git clone git://git.suckless.org/sbase git clone git://git.suckless.org/ubase git clone git://git.suckless.org/sinit -- cgit v1.2.3