505f0221e3ae11bc05cf081d9cc61623c8cf94ae
[openwrt/staging/mkresin.git] / package / network / utils / iproute2 / patches / 140-keep_libmnl_optional.patch
1 --- a/configure
2 +++ b/configure
3 @@ -254,7 +254,7 @@ check_selinux()
4
5 check_mnl()
6 {
7 - if ${PKG_CONFIG} libmnl --exists; then
8 + if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists; then
9 echo "HAVE_MNL:=y" >>$CONFIG
10 echo "yes"
11