From 79154f49f5c6fa15e5500df048ff829f25e6d3f7 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Sun, 14 Apr 2013 23:09:16 +0000 Subject: 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 Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/busybox/busybox.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/busybox') 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 -- cgit v1.2.3