mac80211 ozonet updates
[openwrt/.git] / package / network / utils / iproute2 / patches / 150-keep_libcap_optional.patch
1 --- a/configure
2 +++ b/configure
3 @@ -315,7 +315,7 @@ EOF
4  
5  check_cap()
6  {
7 -       if ${PKG_CONFIG} libcap --exists; then
8 +       if [ "${HAVE_CAP}" = "y" ] && ${PKG_CONFIG} libcap --exists; then
9                 echo "HAVE_CAP:=y" >>$CONFIG
10                 echo "yes"
11