From f59e82ca535c4f58ebe2f65ff6a91fc45b047bce Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 25 Mar 2010 10:00:28 +0000 Subject: [PATCH] uhttpd: pass FPIC to source Makefile --- contrib/package/uhttpd/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0