summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorPatrick Ziegler <patrick.ziegler@fh-kl.de>2013-04-14 23:09:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-17 21:51:11 +0200
commit79154f49f5c6fa15e5500df048ff829f25e6d3f7 (patch)
treea794dd707ff3761b55a4c2b8a05a1f14fa38f0b9 /package/busybox
parentea7b6d913e5d8970fa91f2aff24d549e11dc013c (diff)
downloadbuildroot-novena-79154f49f5c6fa15e5500df048ff829f25e6d3f7.tar.gz
buildroot-novena-79154f49f5c6fa15e5500df048ff829f25e6d3f7.zip
busybox: don't disable static option
Don't change the busybox STATIC option if buildroots PREFER_STATIC_LIB option is not set. Not to prefer static linking doesn't imply prefer dynamic linking for all packages. Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/busybox.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 900896f70..985203c6e 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -106,10 +106,6 @@ ifeq ($(BR2_PREFER_STATIC_LIB),y)
define BUSYBOX_PREFER_STATIC
$(call KCONFIG_ENABLE_OPT,CONFIG_STATIC,$(BUSYBOX_BUILD_CONFIG))
endef
-else
-define BUSYBOX_PREFER_STATIC
- $(call KCONFIG_DISABLE_OPT,CONFIG_STATIC,$(BUSYBOX_BUILD_CONFIG))
-endef
endif
# Disable usage of inetd if netkit-base package is selected