From: Jo-Philipp Wich Date: Tue, 15 Nov 2011 10:17:59 +0000 (+0000) Subject: [package] uhttpd: prevent linking uhttpd binary against crypto libraries X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=68150b4ac6ee1e2976e0ed1923a244c6bf9c64ae [package] uhttpd: prevent linking uhttpd binary against crypto libraries SVN-Revision: 29152 --- 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)" \