From: Jo-Philipp Wich Date: Thu, 25 Mar 2010 10:00:28 +0000 (+0000) Subject: uhttpd: pass FPIC to source Makefile X-Git-Tag: 0.10.0~779 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f59e82ca535c4f58ebe2f65ff6a91fc45b047bce;p=oweals%2Fluci.git uhttpd: pass FPIC to source Makefile --- diff --git a/contrib/package/uhttpd/Makefile b/contrib/package/uhttpd/Makefile index c7e18c9ba..d5c07a359 100644 --- a/contrib/package/uhttpd/Makefile +++ b/contrib/package/uhttpd/Makefile @@ -56,6 +56,7 @@ endef # hack to use CyASSL headers TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include)) +MAKE_VARS += FPIC="$(FPIC)" define Build/Prepare mkdir -p $(PKG_BUILD_DIR)