aboutsummaryrefslogtreecommitdiffstats
path: root/package/uhttpd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-07 00:10:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-07 00:10:52 +0000
commitef51de68605685068506e556b75b5b3555781c90 (patch)
treeec80a02f613ec329069f2cf01449007ecf0aa48f /package/uhttpd
parentf0eb2383b89fe0a7f4c4ca627b65d7ccc9c153c7 (diff)
downloadmaster-187ad058-ef51de68605685068506e556b75b5b3555781c90.tar.gz
master-187ad058-ef51de68605685068506e556b75b5b3555781c90.tar.bz2
master-187ad058-ef51de68605685068506e556b75b5b3555781c90.zip
[package] uhttpd: provide rpath-link flag, thanks mazilo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd')
-rw-r--r--package/uhttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile
index 14b1559c31..6285eab9ac 100644
--- a/package/uhttpd/Makefile
+++ b/package/uhttpd/Makefile
@@ -92,7 +92,7 @@ endef
TARGET_CFLAGS += $(TLS_CFLAGS)
-TARGET_LDFLAGS += $(TLS_LDFLAGS)
+TARGET_LDFLAGS += $(TLS_LDFLAGS) -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
MAKE_VARS += \
FPIC="$(FPIC)" \
LUA_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-lua),1)" \