diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-25 10:00:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-25 10:00:28 +0000 |
commit | f59e82ca535c4f58ebe2f65ff6a91fc45b047bce (patch) | |
tree | f2be1b0a1885a202cfb33429aeccde68b0f347c0 | |
parent | af4611d4e02c8a5b0c72cae08c1d944528d63787 (diff) |
uhttpd: pass FPIC to source Makefile
-rw-r--r-- | contrib/package/uhttpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |