diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-04-20 06:26:09 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-04-20 06:26:09 +0000 |
commit | 38519cad0ba2b557b9aefb9717ba91840c706760 (patch) | |
tree | ea847bb00638f927eed93362ba530e8ebf27bce8 /package/network/utils/iproute2/patches/120-libnetlink-pic.patch | |
parent | 610ce30c3a4a0e9d833a1b4d2bb46aa62a6731b3 (diff) | |
download | mtk-20170518-38519cad0ba2b557b9aefb9717ba91840c706760.zip mtk-20170518-38519cad0ba2b557b9aefb9717ba91840c706760.tar.gz mtk-20170518-38519cad0ba2b557b9aefb9717ba91840c706760.tar.bz2 |
iproute2: update to v4.0.0
The most significant change from the previous version is the trimming of
the 300-ip_tiny.patch to lib/utils.c where a section previously patched
had vanished. That section of the patch was removed.
Built and lightly tested on ar71xx against uClibc and musl.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 45512
Diffstat (limited to 'package/network/utils/iproute2/patches/120-libnetlink-pic.patch')
-rw-r--r-- | package/network/utils/iproute2/patches/120-libnetlink-pic.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/patches/120-libnetlink-pic.patch b/package/network/utils/iproute2/patches/120-libnetlink-pic.patch index 26cc569..19ccd1a 100644 --- a/package/network/utils/iproute2/patches/120-libnetlink-pic.patch +++ b/package/network/utils/iproute2/patches/120-libnetlink-pic.patch @@ -7,5 +7,5 @@ -CFLAGS += -fPIC +CFLAGS += $(FPIC) - UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o - + UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o \ + names.o |