commit df84fd0

chld  ·  2026-09-01 02:00:05 +0000 UTC
parent 6535e94
toybox: disable tar, incompatible with spc
1 files changed,  +1, -0
+1, -0
1@@ -16,6 +16,7 @@ build(){
2     sed -i 's/\$HOSTCC/$HOSTCC -static/g' scripts/make.sh
3     
4     gmake CFLAGS='-static' LDFLAGS='-static' defconfig || die "defconfig failed"
5+    sed -i 's/CONFIG_TAR=y/CONFIG_TAR=n/' .config
6     gmake CFLAGS='-static' LDFLAGS='-static' PREFIX="$PKG" || die "gmake failed"
7     gmake CFLAGS='-static' LDFLAGS='-static' PREFIX="$PKG" install || die "install failed"
8 }