From 9c1ef4da062c4e947bd02d6132d18974befeb6e0 Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 14 Nov 2009 21:32:30 +0000 Subject: [package] iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18422 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iproute2/patches/120-libnetlink-pic.patch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/iproute2/patches/120-libnetlink-pic.patch (limited to 'package') diff --git a/package/iproute2/patches/120-libnetlink-pic.patch b/package/iproute2/patches/120-libnetlink-pic.patch new file mode 100644 index 000000000..8c0f2bd77 --- /dev/null +++ b/package/iproute2/patches/120-libnetlink-pic.patch @@ -0,0 +1,7 @@ +--- a/lib/Makefile ++++ b/lib/Makefile +@@ -1,3 +1,4 @@ ++CFLAGS+=$(FPIC) + + UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o + -- cgit v1.2.3