X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/81199b8bf5677009fc0a13538c9e00707c24af5a..502d6255c81bbbfa76c6fc153d2c57351ee85d32:/package/uhttpd/Makefile 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)" \