From: jow Date: Tue, 15 Nov 2011 10:18:42 +0000 (+0000) Subject: [backfire] uhttpd: merge r29152 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=721287ec61e4f9a6d7d8763524488c503e580b44;p=10.03%2Fopenwrt.git [backfire] uhttpd: merge r29152 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29153 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 6285eab9a..1020692a6 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)" \