diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-14 21:32:30 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-14 21:32:30 +0000 |
commit | 013fa61257bb19474ab7035a7cda6384d5ecba93 (patch) | |
tree | d1af67c94bee6627e99922cf4673c5479037a216 /package/iproute2/patches | |
parent | 44aa03f2f9da7fbe9d18107b0cab73ae9ef6b233 (diff) | |
download | upstream-013fa61257bb19474ab7035a7cda6384d5ecba93.tar.gz upstream-013fa61257bb19474ab7035a7cda6384d5ecba93.tar.bz2 upstream-013fa61257bb19474ab7035a7cda6384d5ecba93.zip |
iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160
SVN-Revision: 18422
Diffstat (limited to 'package/iproute2/patches')
-rw-r--r-- | package/iproute2/patches/120-libnetlink-pic.patch | 7 |
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 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 + |