thc-ipv6: update to 3.8
[openwrt/openwrt.git] / package / network / utils / iproute2 / patches / 140-keep_libmnl_optional.patch
1 --- a/configure
2 +++ b/configure
3 @@ -411,7 +411,7 @@ check_tirpc()
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