diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 11:45:04 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 12:02:34 +0100 |
commit | 982fc759b16d655474acf5236f7f1633b62e510d (patch) | |
tree | 596b069f4d15e1d79bad37f461c6602bf480e43f /recipes-support/postgresql/postgresql-8.4.4/remove.autoconf.version.check.patch | |
parent | ef3de09a6bec187e1b6b8db46c55a237ba226a2c (diff) | |
download | meta-openembedded-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.patch | 15 |
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 @@ | |||
1 | Index: postgresql-8.4.4/configure.in | ||
2 | =================================================================== | ||
3 | --- postgresql-8.4.4.orig/configure.in | ||
4 | +++ postgresql-8.4.4/configure.in | ||
5 | @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un | ||
6 | |||
7 | AC_INIT([PostgreSQL], [8.4.4], [pgsql-bugs@postgresql.org]) | ||
8 | |||
9 | -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required. | ||
10 | -Untested combinations of 'autoconf' and PostgreSQL versions are not | ||
11 | -recommended. You can remove the check from 'configure.in' but it is then | ||
12 | -your responsibility whether the result works or not.])]) | ||
13 | AC_COPYRIGHT([Copyright (c) 1996-2009, PostgreSQL Global Development Group]) | ||
14 | AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) | ||
15 | AC_CONFIG_AUX_DIR(config) | ||