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
/
ipkg
/
Makefile
diff --git
a/package/ipkg/Makefile
b/package/ipkg/Makefile
index
2090691
..
d6e2271
100644
(file)
--- a/
package/ipkg/Makefile
+++ b/
package/ipkg/Makefile
@@
-38,6
+38,7
@@
define Package/ipkg/description
ipkg knows how to install both .ipk and .deb packages.
endef
+TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += $(DISABLE_LARGEFILE)
define Build/Compile
This page took
0.022988 seconds
and
4
git commands to generate.