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 | fb909f70938495bb7c4fdd92b2fbadee5abf162b (patch) | |
tree | cb3904c3eeb1bbe0f5ee3fc013e8a43040ca2ad0 /package/iproute2/patches | |
parent | 7a1602d7095aaed6a1bcd2202441cf5fd8b9675e (diff) | |
download | upstream-fb909f70938495bb7c4fdd92b2fbadee5abf162b.tar.gz upstream-fb909f70938495bb7c4fdd92b2fbadee5abf162b.tar.bz2 upstream-fb909f70938495bb7c4fdd92b2fbadee5abf162b.zip |
[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
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 + |