aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch
diff options
context:
space:
mode:
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2019-01-22 19:55:21 +0800
committerHans Dedecker <dedeckeh@gmail.com>2019-01-23 17:55:21 +0100
commit752bd726686d5a6e41269ad1ff108478eab7f1a8 (patch)
tree6fb90ae996158c0b628ee798b870df39b9b817d3 /package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch
parentfe7d965ea95e78905328fe5425c8e90e3bf11e58 (diff)
downloadupstream-752bd726686d5a6e41269ad1ff108478eab7f1a8.tar.gz
upstream-752bd726686d5a6e41269ad1ff108478eab7f1a8.tar.bz2
upstream-752bd726686d5a6e41269ad1ff108478eab7f1a8.zip
iproute2: update to 4.20.0
Update to the latest version of iproute2; see https://lwn.net/Articles/776174/ for a full overview of the changes in 4.20. Remove upstream patch 001-fix-print_0xhex-on-32-bit.patch and 002-tc-fix-xtables-incorrect-usage-of-LDFLAGS.patch Introduce a patch to include <linux/limits.h> for XATTR_SIZE_MAX in tc Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch')
-rw-r--r--package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch b/package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch
index 697a6471a7..505f0221e3 100644
--- a/package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch
+++ b/package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch
@@ -1,11 +1,11 @@
--- a/configure
+++ b/configure
-@@ -281,7 +281,7 @@ check_selinux()
+@@ -254,7 +254,7 @@ check_selinux()
check_mnl()
{
-- if ${PKG_CONFIG} libmnl --exists
-+ if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists
- then
+- if ${PKG_CONFIG} libmnl --exists; then
++ if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists; then
echo "HAVE_MNL:=y" >>$CONFIG
echo "yes"
+