2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

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