Make busybox depend on sbase so it doesn't overwrite tools from sbase

This commit is contained in:
Daniel Bainton 2014-03-07 20:54:34 +00:00
parent 82c3f08f51
commit 3a6320f0fa

View File

@ -1,7 +1,7 @@
v="1.22.1"
url="http://www.busybox.net/downloads/busybox-$v.tar.bz2"
build: crossmusl
build: crossmusl sbase
cd src/busybox-$v
cp $top/stuff/busybox.config .config
make -j$nprocs HOSTCC="$CC -static" CC=$CC busybox