uhttpd: provide rpath-link flag, thanks mazilo

SVN-Revision: 28792
This commit is contained in:
Jo-Philipp Wich 2011-11-07 00:10:52 +00:00
parent ee875810eb
commit 8189bd9260

View file

@ -92,7 +92,7 @@ endef
TARGET_CFLAGS += $(TLS_CFLAGS) TARGET_CFLAGS += $(TLS_CFLAGS)
TARGET_LDFLAGS += $(TLS_LDFLAGS) TARGET_LDFLAGS += $(TLS_LDFLAGS) -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
MAKE_VARS += \ MAKE_VARS += \
FPIC="$(FPIC)" \ FPIC="$(FPIC)" \
LUA_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-lua),1)" \ LUA_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-lua),1)" \