diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-15 10:17:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-15 10:17:59 +0000 |
commit | 215239a470a353cf6b9e39a13052af294f7e95c7 (patch) | |
tree | b8598af6ad96e19cbbad6013a5c888ba940b249a | |
parent | 5a4f0f84dfadfc5c6b8e23b1fc25267b101487d7 (diff) | |
download | upstream-215239a470a353cf6b9e39a13052af294f7e95c7.tar.gz upstream-215239a470a353cf6b9e39a13052af294f7e95c7.tar.bz2 upstream-215239a470a353cf6b9e39a13052af294f7e95c7.zip |
uhttpd: prevent linking uhttpd binary against crypto libraries
SVN-Revision: 29152
-rw-r--r-- | package/uhttpd/Makefile | 2 |
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)" \ |