busybox: set -static in .config.

This commit is contained in:
Dylan Araps 2019-06-17 09:42:00 +03:00
parent 7addd3083c
commit 2fb46d3676
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -1,2 +1,2 @@
3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2
cd9d4cd9ff169c4369db45ca8d97d8fb7826b68cc911e29e76bef20aeef5f687 .config
7111a137618a67f473ad551100d228f0c7a0d4f16e3c191b9efc6c1755031f67 .config

View File

@ -40,7 +40,7 @@ CONFIG_PLATFORM_LINUX=y
#
# Build Options
#
# CONFIG_STATIC is not set
CONFIG_STATIC=y
# CONFIG_PIE is not set
# CONFIG_NOMMU is not set
# CONFIG_BUILD_LIBBUSYBOX is not set