From ef21343bd0e71af5d5ae0a435dbe09b6192ced81 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 23 Oct 2024 01:32:51 +0000 Subject: automatic import of zabbix --- zabbix-configure-sscanf.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 zabbix-configure-sscanf.patch (limited to 'zabbix-configure-sscanf.patch') diff --git a/zabbix-configure-sscanf.patch b/zabbix-configure-sscanf.patch new file mode 100644 index 0000000..8117635 --- /dev/null +++ b/zabbix-configure-sscanf.patch @@ -0,0 +1,17 @@ +sscanf needs for the prototype. Submitted upstream here: + + + +diff --git a/configure.ac b/configure.ac +index 0588004f9f89cdd5..bbc60e3a28369f9f 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -952,6 +952,7 @@ dnl FreeBSD 4.x does not support %llu + AC_MSG_CHECKING(for long long format) + AC_RUN_IFELSE([AC_LANG_SOURCE([[ + #include ++#include + int main() + { + uint64_t i; + -- cgit v1.2.3