busybox: statically compile.

This commit is contained in:
Dylan Araps 2019-06-17 09:30:50 +03:00
parent dde4e49526
commit 7addd3083c

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
export LDFLAGS=--static
make
make install