Skip to content
Snippets Groups Projects
Commit 215239a4 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

uhttpd: prevent linking uhttpd binary against crypto libraries

SVN-Revision: 29152
parent 5a4f0f84
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ endef
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 += \
FPIC="$(FPIC)" \
LUA_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-lua),1)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment