summaryrefslogtreecommitdiffstats
path: root/src/postgresql-2-autoconf-min-version.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-02-16 16:58:07 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-02-16 20:04:41 (GMT)
commit713c5ecad7dcc51679e218ac0ace1f1d51a6b97a (patch)
tree48e48f822710589d9c59719efe096440f8d40862 /src/postgresql-2-autoconf-min-version.patch
parentb4e1591ddb5d121dff78e548fc40e29a048a4fc9 (diff)
downloadmxe-713c5ecad7dcc51679e218ac0ace1f1d51a6b97a.zip
mxe-713c5ecad7dcc51679e218ac0ace1f1d51a6b97a.tar.gz
mxe-713c5ecad7dcc51679e218ac0ace1f1d51a6b97a.tar.bz2
Revert "upgrade to postgresql 9.6.2"
The upgrade was merged automatically but unintentionally. It is not ready. This reverts commit e4fef6b0ef0fa08a02a02e42e6feef039c32afe2.
Diffstat (limited to 'src/postgresql-2-autoconf-min-version.patch')
-rw-r--r--src/postgresql-2-autoconf-min-version.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/postgresql-2-autoconf-min-version.patch b/src/postgresql-2-autoconf-min-version.patch
new file mode 100644
index 0000000..f61f7fe
--- /dev/null
+++ b/src/postgresql-2-autoconf-min-version.patch
@@ -0,0 +1,29 @@
+This file is part of MXE. See LICENSE.md for licensing information.
+
+Contains ad hoc patches for cross building.
+see https://github.com/mxe/mxe/issues/672
+
+From b18fec680ef90c65247d998e3f68e7574d45e83e Mon Sep 17 00:00:00 2001
+From: "Avi Halachmi (:avih)" <avihpit@yahoo.com>
+Date: Fri, 24 Apr 2015 07:25:04 +0300
+Subject: [PATCH] autoconf: require minimum version 2.50
+
+---
+ configure.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.in b/configure.in
+index 1257071..24f91cd 100644
+--- a/configure.in
++++ b/configure.in
+@@ -17,6 +17,7 @@ dnl Read the Autoconf manual for details.
+ dnl
+ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
+
++AC_PREREQ(2.63)
+ AC_INIT([PostgreSQL], [9.2.4], [pgsql-bugs@postgresql.org])
+
+ AC_COPYRIGHT([Copyright (c) 1996-2012, PostgreSQL Global Development Group])
+--
+1.9.1
+