From: Jo-Philipp Wich Date: Sat, 14 Nov 2009 21:32:30 +0000 (+0000) Subject: iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=013fa61257bb19474ab7035a7cda6384d5ecba93;p=openwrt%2Fstaging%2Fmkresin.git 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 +