projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] firewall: fix wrong rule order if multiple protocols are used
[openwrt.git]
/
package
/
iproute2
/
patches
/
120-libnetlink-pic.patch
1
--- a/lib/Makefile
2
+++ b/lib/Makefile
3
@@ -1,4 +1,4 @@
4
-CFLAGS += -fPIC
5
+CFLAGS+=$(FPIC)
6
7
UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o
8
This page took
0.036327 seconds
and
5
git commands to generate.