mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
uhttpd: prevent linking uhttpd binary against crypto libraries
SVN-Revision: 29152
This commit is contained in:
parent
5a4f0f84df
commit
215239a470
@ -92,7 +92,7 @@ endef
|
|||||||
|
|
||||||
|
|
||||||
TARGET_CFLAGS += $(TLS_CFLAGS)
|
TARGET_CFLAGS += $(TLS_CFLAGS)
|
||||||
TARGET_LDFLAGS += $(TLS_LDFLAGS) -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
MAKE_VARS += \
|
MAKE_VARS += \
|
||||||
FPIC="$(FPIC)" \
|
FPIC="$(FPIC)" \
|
||||||
LUA_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-lua),1)" \
|
LUA_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-lua),1)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user