iproute2: update to 4.20.0
[openwrt/openwrt.git] / package / network / utils / iproute2 / patches / 140-keep_libmnl_optional.patch
index 697a6471a7ac500f403ec76c43d690a7eafe0ffa..505f0221e3ae11bc05cf081d9cc61623c8cf94ae 100644 (file)
@@ -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"