aboutsummaryrefslogtreecommitdiff
path: root/scripts/mksh.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-04-22 12:33:52 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-04-22 12:33:52 -0400
commit4b1cd7ad1e1463a45b444d066b49574a9b6ad04a (patch)
treed8d86e9f86827f5f6ea4fe68f5aece99fa78173c /scripts/mksh.sh
parentdb54ef567f4c724299ad1830d574052170247e04 (diff)
downloadmin-4b1cd7ad1e1463a45b444d066b49574a9b6ad04a.tar.gz
min-4b1cd7ad1e1463a45b444d066b49574a9b6ad04a.tar.xz
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
Diffstat (limited to 'scripts/mksh.sh')
-rw-r--r--scripts/mksh.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mksh.sh b/scripts/mksh.sh
index 6b29362..992df11 100644
--- a/scripts/mksh.sh
+++ b/scripts/mksh.sh
@@ -5,7 +5,6 @@ cd $build_dir
gzip -dc < ${dist_dir}/mksh-$VERSION.tgz | tar -xvf -
cd mksh
export LDFLAGS="-static"
-export CC="musl-gcc"
sh ./Build.sh
install -d $prefix/bin
install -m 555 mksh $prefix/bin/sh