Files
openwrt-21.02/package/network/utils/iproute2/patches/150-keep_libcap_optional.patch
2025-06-24 16:04:15 +02:00

12 lines
231 B
Diff

--- a/configure
+++ b/configure
@@ -315,7 +315,7 @@ EOF
check_cap()
{
- if ${PKG_CONFIG} libcap --exists; then
+ if [ "${HAVE_CAP}" = "y" ] && ${PKG_CONFIG} libcap --exists; then
echo "HAVE_CAP:=y" >>$CONFIG
echo "yes"