|
@@ -0,0 +1,38 @@
|
|
|
+From a62169f1fa358be8f330ea8519ade0610fac525b Mon Sep 17 00:00:00 2001
|
|
|
+From: Adam Gajda <adgajda@users.noreply.github.com>
|
|
|
+Date: Mon, 2 Oct 2023 16:40:31 +0200
|
|
|
+Subject: [PATCH] Fix configuration of NETSNMP_FD_MASK_TYPE
|
|
|
+
|
|
|
+Upstream: https://github.com/net-snmp/net-snmp/commit/a62169f1fa358be8f330ea8519ade0610fac525b
|
|
|
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
|
+---
|
|
|
+ configure | 2 +-
|
|
|
+ configure.d/config_project_types | 2 +-
|
|
|
+ 2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
+
|
|
|
+diff --git a/configure b/configure
|
|
|
+index 9f0a173d8a..945a27c663 100755
|
|
|
+--- a/configure
|
|
|
++++ b/configure
|
|
|
+@@ -30871,7 +30871,7 @@ CFLAGS="$CFLAGS -Werror"
|
|
|
+
|
|
|
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the type of fd_set::fds_bits" >&5
|
|
|
+ printf %s "checking for the type of fd_set::fds_bits... " >&6; }
|
|
|
+-for type in __fd_mask __int32_t unknown; do
|
|
|
++for type in __fd_mask __int32_t long\ int unknown; do
|
|
|
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
+ /* end confdefs.h. */
|
|
|
+
|
|
|
+diff --git a/configure.d/config_project_types b/configure.d/config_project_types
|
|
|
+index 1b4c66b95e..a78e8ebb06 100644
|
|
|
+--- a/configure.d/config_project_types
|
|
|
++++ b/configure.d/config_project_types
|
|
|
+@@ -66,7 +66,7 @@ netsnmp_save_CFLAGS=$CFLAGS
|
|
|
+ CFLAGS="$CFLAGS -Werror"
|
|
|
+
|
|
|
+ AC_MSG_CHECKING([for the type of fd_set::fds_bits])
|
|
|
+-for type in __fd_mask __int32_t unknown; do
|
|
|
++for type in __fd_mask __int32_t long\ int unknown; do
|
|
|
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
|
|
|
+ #include <sys/select.h>
|
|
|
+ #include <stddef.h>
|