h69k/package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch

12 lines
241 B
Diff
Raw Permalink Normal View History

2024-09-29 14:35:28 +00:00
--- a/configure
+++ b/configure
@@ -411,7 +411,7 @@ check_tirpc()
check_mnl()
{
- if ${PKG_CONFIG} libmnl --exists; then
+ if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists; then
echo "HAVE_MNL:=y" >>$CONFIG
echo "yes"