X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=inline;f=package%2Fuhttpd%2FMakefile;h=1020692a6c83bfd1fd2d8a34aed03b8638f77128;hb=721287ec61e4f9a6d7d8763524488c503e580b44;hp=6285eab9ac5a4f1735b87b151a37bb2ec71c1524;hpb=e30e495bb1cd6df96e6b246a89c8eade514031c7;p=openwrt-10.03%2F.git 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)" \