From 4b1cd7ad1e1463a45b444d066b49574a9b6ad04a Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 22 Apr 2018 12:33:52 -0400 Subject: Sweeping changes, switching to musl-cross-make Updated busybox-config to reflect the toolchain change Nginx and Openssh build and are now apart of the system. Runit is included, still need to install configuration files --- scripts/tree.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/tree.sh') diff --git a/scripts/tree.sh b/scripts/tree.sh index ee2d61b..7f804cf 100644 --- a/scripts/tree.sh +++ b/scripts/tree.sh @@ -9,11 +9,10 @@ if ! [ -d "$BUILD_DIR" ] ; then tar xfzv ${dist_dir}/$APP_NAME-$VERSION.tgz fi cd "$BUILD_DIR" -export CC=musl-gcc export LDFLAGS="-static" export DESTDIR="$prefix" cp Makefile Makefile.bak -sed -e's/^CC.*$/CC = musl-gcc/g' \ +sed -e's/^CC.*$/CC = gcc/g' \ -e"s@^prefix.*\$@prefix = $prefix/usr@g" \ < Makefile.bak > Makefile rm Makefile.bak -- cgit v1.2.3