aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-03 11:45:04 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-03 12:02:34 +0100
commit982fc759b16d655474acf5236f7f1633b62e510d (patch)
tree596b069f4d15e1d79bad37f461c6602bf480e43f /recipes-support/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch
parentef3de09a6bec187e1b6b8db46c55a237ba226a2c (diff)
downloadmeta-openembedded-contrib-982fc759b16d655474acf5236f7f1633b62e510d.tar.gz
postgresql: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-support/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch')
-rw-r--r--recipes-support/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-support/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch b/recipes-support/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch
new file mode 100644
index 0000000000..d027061d89
--- /dev/null
+++ b/recipes-support/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch
@@ -0,0 +1,15 @@
+Index: postgresql-8.4.4/configure.in
+===================================================================
+--- postgresql-8.4.4.orig/configure.in
++++ postgresql-8.4.4/configure.in
+@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
+
+ AC_INIT([PostgreSQL], [8.4.4], [pgsql-bugs@postgresql.org])
+
+-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 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.])])
+ AC_COPYRIGHT([Copyright (c) 1996-2009, PostgreSQL Global Development Group])
+ AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
+ AC_CONFIG_AUX_DIR(config)