mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 22:13:34 +08:00
swupdate: replace BR2_PREFER_STATIC_LIB with BR2_STATIC_LIBS
The symbol to control static compilation was renamed in 2015.02, but missed when swupdate was added. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f30eec41f9
commit
6969e97e78
@ -83,7 +83,7 @@ SWUPDATE_BUILD_CONFIG = $(@D)/.config
|
||||
SWUPDATE_KCONFIG_FILE = $(call qstrip,$(BR2_PACKAGE_SWUPDATE_CONFIG))
|
||||
SWUPDATE_KCONFIG_EDITORS = menuconfig xconfig gconfig nconfig
|
||||
|
||||
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
define SWUPDATE_PREFER_STATIC
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_STATIC,$(SWUPDATE_BUILD_CONFIG))
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user