uboot-envtools: Change download to git.
[openwrt/openwrt.git] / package / network / utils / iproute2 / patches / 009-keep_libmnl_optional.patch
1 --- a/configure
2 +++ b/configure
3 @@ -293,7 +293,7 @@ check_selinux()
4
5 check_mnl()
6 {
7 - if ${PKG_CONFIG} libmnl --exists
8 + if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists
9 then
10 echo "HAVE_MNL:=y" >>$CONFIG
11 echo "yes"