ports/net/avahi-app/files/patch-configure
Gleb Popov feedba692d net/avahi-app: Reapply patch enabling Netlink support
Fixes:	20ff0309ec
Sponsored by:	Future Crew, LLC
2025-02-25 21:10:10 +03:00

22 lines
590 B
Text

--- configure.orig 2025-02-22 16:31:36 UTC
+++ configure
@@ -17758,9 +17758,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
#
# Check for netlink.h
#
-ac_fn_c_check_header_compile "$LINENO" "linux/netlink.h" "ac_cv_header_linux_netlink_h" "
-#include <sys/socket.h>
-#include <asm/types.h>
+ac_fn_c_check_header_compile "$LINENO" "netlink/netlink.h" "ac_cv_header_linux_netlink_h" "
"
if test "x$ac_cv_header_linux_netlink_h" = xyes; then :
@@ -19409,7 +19407,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_SYS_INOTIFY_H 1
_ACEOF
- have_inotify=yes
+ have_inotify=no
fi
done