projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4611d
)
uhttpd: pass FPIC to source Makefile
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 25 Mar 2010 10:00:28 +0000
(10:00 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 25 Mar 2010 10:00:28 +0000
(10:00 +0000)
contrib/package/uhttpd/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/uhttpd/Makefile
b/contrib/package/uhttpd/Makefile
index c7e18c9ba08d9bd90f9c927831d71a3702131e2c..d5c07a359a76e20b2022b4a1b8ca4f5c3c7702bf 100644
(file)
--- 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)