summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch')
-rw-r--r--meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch14
1 files changed, 9 insertions, 5 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch b/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
index f14da06d91..84cd5c1579 100644
--- a/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
+++ b/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
@@ -9,21 +9,25 @@ xml2-config does not work. Use pkgconfig to set CPPFLAGS and LIBS.
9 9
10Signed-off-by: Philip Balister <philip@balister.org> 10Signed-off-by: Philip Balister <philip@balister.org>
11 11
12upate to version 10.4 12update to version 10.4
13Signed-off-by: Changqing Li <changqing.li@windriver.com> 13Signed-off-by: Changqing Li <changqing.li@windriver.com>
14
15Update for version 12.0
16Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
14--- 17---
15 configure.in | 15 ++------------- 18 configure.in | 16 ++--------------
16 1 file changed, 2 insertions(+), 13 deletions(-) 19 1 file changed, 2 insertions(+), 14 deletions(-)
17 20
18diff --git a/configure.in b/configure.in 21diff --git a/configure.in b/configure.in
19index d9fe56e..3e2cd3a 100644 22index 6942f81..7fd3e78 100644
20--- a/configure.in 23--- a/configure.in
21+++ b/configure.in 24+++ b/configure.in
22@@ -816,19 +816,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build with XML support], 25@@ -923,20 +923,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build with XML support],
23 [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML support. (--with-libxml)])]) 26 [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML support. (--with-libxml)])])
24 27
25 if test "$with_libxml" = yes ; then 28 if test "$with_libxml" = yes ; then
26- PGAC_PATH_PROGS(XML2_CONFIG, xml2-config) 29- PGAC_PATH_PROGS(XML2_CONFIG, xml2-config)
30- AC_ARG_VAR(XML2_CONFIG, [path to xml2-config utility])dnl
27- if test -n "$XML2_CONFIG"; then 31- if test -n "$XML2_CONFIG"; then
28- for pgac_option in `$XML2_CONFIG --cflags`; do 32- for pgac_option in `$XML2_CONFIG --cflags`; do
29- case $pgac_option in 33- case $pgac_option in