aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/120-libnetlink-pic.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-10-01 21:46:27 +0200
committerHans Dedecker <dedeckeh@gmail.com>2017-10-13 21:48:44 +0200
commitdb18cee2d75d88e2ae88e3d1f75b5b3359ed6f19 (patch)
tree0c58790bbda4cfaeea8f85be90e7b18d104a0062 /package/network/utils/iproute2/patches/120-libnetlink-pic.patch
parent5bd006aa2689d1ec813936b13eb1eb85ef4a0ab8 (diff)
downloadupstream-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.tar.gz
upstream-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.tar.bz2
upstream-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.zip
iproute2: bump to 4.13
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/patches/120-libnetlink-pic.patch')
-rw-r--r--package/network/utils/iproute2/patches/120-libnetlink-pic.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/patches/120-libnetlink-pic.patch b/package/network/utils/iproute2/patches/120-libnetlink-pic.patch
index 1f397f71b2..ebe122e005 100644
--- a/package/network/utils/iproute2/patches/120-libnetlink-pic.patch
+++ b/package/network/utils/iproute2/patches/120-libnetlink-pic.patch
@@ -1,7 +1,7 @@
--- a/lib/Makefile
+++ b/lib/Makefile
-@@ -4,7 +4,7 @@ ifeq ($(IP_CONFIG_SETNS),y)
- CFLAGS += -DHAVE_SETNS
+@@ -12,7 +12,7 @@ ifeq ($(HAVE_MNL),y)
+ CFLAGS += -DHAVE_LIBMNL $(shell $(PKG_CONFIG) libmnl --cflags)
endif
-CFLAGS += -fPIC