X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=blobdiff_plain;f=package%2Fnetwork%2Futils%2Fiproute2%2Fpatches%2F120-libnetlink-pic.patch;h=ebe122e005cb131bfb3b4dd71ba588a5d8cf8287;hp=1f397f71b2d85a044207a17925cde07f3c02961c;hb=db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19;hpb=5bd006aa2689d1ec813936b13eb1eb85ef4a0ab8 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