aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/120-libnetlink-pic.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-02-17 14:14:39 +0000
committerSteven Barth <steven@midlink.org>2015-02-17 14:14:39 +0000
commit813b8624b5dca8e58b8a3b127c62e1c9b899a272 (patch)
tree548ba6a72e996330fd55157f78b47825e26a1d58 /package/network/utils/iproute2/patches/120-libnetlink-pic.patch
parent6b1d5b906cefd016ce9dea7d02b0b68a1b59d1c4 (diff)
downloadmaster-187ad058-813b8624b5dca8e58b8a3b127c62e1c9b899a272.tar.gz
master-187ad058-813b8624b5dca8e58b8a3b127c62e1c9b899a272.tar.bz2
master-187ad058-813b8624b5dca8e58b8a3b127c62e1c9b899a272.zip
iproute2: bump version from v3.18.0 to v3.19.0
with refreshed patches Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44479 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iproute2/patches/120-libnetlink-pic.patch')
-rw-r--r--package/network/utils/iproute2/patches/120-libnetlink-pic.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/network/utils/iproute2/patches/120-libnetlink-pic.patch b/package/network/utils/iproute2/patches/120-libnetlink-pic.patch
index 3ea7d193b2..26cc569dbf 100644
--- a/package/network/utils/iproute2/patches/120-libnetlink-pic.patch
+++ b/package/network/utils/iproute2/patches/120-libnetlink-pic.patch
@@ -1,10 +1,11 @@
--- a/lib/Makefile
+++ b/lib/Makefile
-@@ -1,6 +1,6 @@
- include ../Config
+@@ -4,7 +4,7 @@ ifeq ($(IP_CONFIG_SETNS),y)
+ CFLAGS += -DHAVE_SETNS
+ endif
-CFLAGS += -fPIC
+CFLAGS += $(FPIC)
- UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o
+ UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o