From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- external/postgresql/postgresql.exit.patch.0 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 external/postgresql/postgresql.exit.patch.0 (limited to 'external/postgresql/postgresql.exit.patch.0') diff --git a/external/postgresql/postgresql.exit.patch.0 b/external/postgresql/postgresql.exit.patch.0 new file mode 100644 index 0000000000..8eaa1ea52e --- /dev/null +++ b/external/postgresql/postgresql.exit.patch.0 @@ -0,0 +1,19 @@ +# error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] +--- configure ++++ configure +@@ -16997,6 +16997,7 @@ + else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#include + typedef long int ac_int64; + + /* +@@ -17081,6 +17082,7 @@ + else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#include + typedef long long int ac_int64; + + /* -- cgit v1.2.3