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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=e05e38cbdaca099f4c8653e094f17a6dfed2c73c;p=15.05%2Fopenwrt.git [package] uhttpd: prevent linking uhttpd binary against crypto libraries git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29152 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)" \