iproute2: update to 5.3.0
[openwrt/staging/chunkeey.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