05336a737c271aaf11a78874be69a7c28a459780
[oweals/openwrt.git] / package / network / utils / iproute2 / patches / 150-keep_libcap_optional.patch
1 --- a/configure
2 +++ b/configure
3 @@ -313,7 +313,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