X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/81199b8bf5677009fc0a13538c9e00707c24af5a..f0647cc9dd7b3b9c340210ab21cc50cf8e71978c:/package/uhttpd/Makefile?ds=inline diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index c333660d5..e0e567af4 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)" \