summaryrefslogtreecommitdiff
path: root/package/iproute2
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-14 21:32:30 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-14 21:32:30 +0000
commit013fa61257bb19474ab7035a7cda6384d5ecba93 (patch)
treed1af67c94bee6627e99922cf4673c5479037a216 /package/iproute2
parent44aa03f2f9da7fbe9d18107b0cab73ae9ef6b233 (diff)
downloadmtk-20170518-013fa61257bb19474ab7035a7cda6384d5ecba93.zip
mtk-20170518-013fa61257bb19474ab7035a7cda6384d5ecba93.tar.gz
mtk-20170518-013fa61257bb19474ab7035a7cda6384d5ecba93.tar.bz2
iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160
SVN-Revision: 18422
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/patches/120-libnetlink-pic.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/iproute2/patches/120-libnetlink-pic.patch b/package/iproute2/patches/120-libnetlink-pic.patch
new file mode 100644
index 0000000..8c0f2bd
--- /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
+