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