From: jow 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.ozo.com/?a=commitdiff_plain;h=9c1ef4da062c4e947bd02d6132d18974befeb6e0;p=openwrt-10.03%2F.git [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 --- 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 +