From: Jo-Philipp Wich Date: Sat, 14 Nov 2009 21:32:30 +0000 (+0000) Subject: [package] iproute2: honour when building libnetlink.a, completes r18323 and fixes... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=8a346f2d0b57aff2ba1b5b70addc00e41a643b44 [package] iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160 SVN-Revision: 18422 --- diff --git a/package/iproute2/patches/120-libnetlink-pic.patch b/package/iproute2/patches/120-libnetlink-pic.patch new file mode 100644 index 0000000000..8c0f2bd777 --- /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 +