projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add ssize_t definition to site files, fix up size for x86_64
[openwrt.git]
/
package
/
uci
/
Makefile
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
d5e0ecf
..
c24ce04
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-47,6
+47,7
@@
endef
define Build/Configure
endef
+TARGET_CFLAGS += $(FPIC)
UCI_MAKEOPTS = \
$(TARGET_CONFIGURE_OPTS) \
COPTS="$(TARGET_CFLAGS)" \
This page took
0.021752 seconds
and
4
git commands to generate.