projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use $(FPIC) in a few places where it matters
[openwrt.git]
/
package
/
iptables
/
Makefile
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
5b43dfe
..
b6be986
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-217,6
+217,8
@@
define Build/Configure
clean
endef
+TARGET_CFLAGS += $(FPIC)
+
define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
This page took
0.020409 seconds
and
4
git commands to generate.