diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-20 06:09:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-20 06:09:49 +0000 |
commit | 38b2fb03e64ff4abfb48657c020fbf060120fed9 (patch) | |
tree | 08f769b01dcafbd590a6c5ee5a48e61ed68b14bc /package/iproute2/patches/120-libnetlink-pic.patch | |
parent | f82715bdd9bbfee21a3ebe3f92b5e3e36a3ecc5a (diff) | |
download | upstream-38b2fb03e64ff4abfb48657c020fbf060120fed9.tar.gz upstream-38b2fb03e64ff4abfb48657c020fbf060120fed9.tar.bz2 upstream-38b2fb03e64ff4abfb48657c020fbf060120fed9.zip |
[package] iproute2: update to v2.6.31 (#7354)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21513 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/120-libnetlink-pic.patch')
-rw-r--r-- | package/iproute2/patches/120-libnetlink-pic.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/iproute2/patches/120-libnetlink-pic.patch b/package/iproute2/patches/120-libnetlink-pic.patch index 8c0f2bd777..c7b78d0639 100644 --- a/package/iproute2/patches/120-libnetlink-pic.patch +++ b/package/iproute2/patches/120-libnetlink-pic.patch @@ -1,6 +1,7 @@ --- a/lib/Makefile +++ b/lib/Makefile -@@ -1,3 +1,4 @@ +@@ -1,4 +1,4 @@ +-CFLAGS += -fPIC +CFLAGS+=$(FPIC) UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o |