mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-07 22:06:25 +08:00
introduce a menuconfig option to turn off static linking of host utilities
SVN-Revision: 33154
This commit is contained in:
@ -66,7 +66,9 @@ HOST_CONFIGURE_ARGS = \
|
||||
HOST_CONFIGURE_CMD = ./configure
|
||||
|
||||
ifneq ($(HOST_OS),Darwin)
|
||||
HOST_STATIC_LINKING = -static
|
||||
ifeq ($(CONFIG_BUILD_STATIC_TOOLS),y)
|
||||
HOST_STATIC_LINKING = -static
|
||||
endif
|
||||
endif
|
||||
|
||||
define Host/Configure/Default
|
||||
|
Reference in New Issue
Block a user