mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
postgresql, remove static libraries, cleanup, add patch for autoconf (#7667)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 0a6f6a4449906a71fc1e1a80be4248e2126f4583 Mon Sep 17 00:00:00 2001
|
||||
From f6614de28c3d72e841fe264fb186d055e43ee5fd Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
Date: Mon, 24 Dec 2018 17:42:35 +0100
|
||||
Subject: Applied patches
|
||||
@@ -575,10 +575,10 @@ diff --git a/src/template/haiku b/src/template/haiku
|
||||
new file mode 100644
|
||||
index 0000000..e69de29
|
||||
--
|
||||
2.19.1
|
||||
2.37.3
|
||||
|
||||
|
||||
From 1f594356d989fcee542518915b01029d8a3b469c Mon Sep 17 00:00:00 2001
|
||||
From 4cf41446adbc8e6b216f2e2a6a3d7a4b34819d89 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
Date: Mon, 24 Dec 2018 18:19:05 +0100
|
||||
Subject: Build fix
|
||||
@@ -599,5 +599,28 @@ index b505e2a..f782c33 100644
|
||||
if (pgwin32_is_admin())
|
||||
{
|
||||
--
|
||||
2.19.1
|
||||
2.37.3
|
||||
|
||||
|
||||
From 6d33a10454983097e4da017f3aa3db6db88dce2b Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Mon, 26 Dec 2022 17:34:07 +0100
|
||||
Subject: adjust autoconf required version
|
||||
|
||||
|
||||
diff --git a/configure.in b/configure.in
|
||||
index b19e7d7..8a816e9 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -19,7 +19,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
|
||||
|
||||
AC_INIT([PostgreSQL], [11.1], [pgsql-bugs@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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user