summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-15 10:17:59 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-15 10:17:59 +0000
commit215239a470a353cf6b9e39a13052af294f7e95c7 (patch)
treeb8598af6ad96e19cbbad6013a5c888ba940b249a
parent5a4f0f84dfadfc5c6b8e23b1fc25267b101487d7 (diff)
downloadmaster-31e0f0ae-215239a470a353cf6b9e39a13052af294f7e95c7.tar.gz
master-31e0f0ae-215239a470a353cf6b9e39a13052af294f7e95c7.tar.bz2
master-31e0f0ae-215239a470a353cf6b9e39a13052af294f7e95c7.zip
uhttpd: prevent linking uhttpd binary against crypto libraries
SVN-Revision: 29152
-rw-r--r--package/uhttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile
index c333660d57..e0e567af45 100644
--- a/package/uhttpd/Makefile
+++ b/package/uhttpd/Makefile
@@ -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)" \