postgresql, remove static libraries, cleanup, add patch for autoconf (#7667)

This commit is contained in:
Schrijvers Luc
2022-12-26 19:48:01 +01:00
committed by GitHub
parent c1d5012e91
commit 528445580d
5 changed files with 86 additions and 30 deletions

View File

@@ -1,11 +1,10 @@
From 2949f19609ab24f32d2d3094ca424704dd99df45 Mon Sep 17 00:00:00 2001
From b79cd20e894787165914ed5a3c777a86e8b97055 Mon Sep 17 00:00:00 2001
From: Augustin Cavalier <waddlesplash@gmail.com>
Date: Thu, 3 Oct 2019 17:36:43 +0000
Subject: [PATCH] Changes to make Postgresql run on Haiku.
Subject: Changes to make Postgresql run on Haiku.
Adapted from Mark Hellegers' 9.3.5 patch.
diff --git a/configure.in b/configure.in
index 6942f81..339db16 100644
--- a/configure.in
@@ -576,5 +575,28 @@ diff --git a/src/template/haiku b/src/template/haiku
new file mode 100644
index 0000000..e69de29
--
2.23.0
2.37.3
From 5a79714834681eec183f65c037b2c186772485be Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Mon, 26 Dec 2022 17:35:12 +0100
Subject: adjust autoconf required version
diff --git a/configure.in b/configure.in
index 339db16..f9339f5 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
AC_INIT([PostgreSQL], [12.0], [pgsql-bugs@lists.postgresql.org])
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
+m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.71], [], [m4_fatal([Autoconf version 2.69 is required.
Untested combinations of 'autoconf' and PostgreSQL versions are not
recommended. You can remove the check from 'configure.in' but it is then
your responsibility whether the result works or not.])])
--
2.37.3