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.patch8
1 files changed, 4 insertions, 4 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 ce2a60cab..fafbc25a4 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
@@ -12,11 +12,11 @@ Signed-off-by: Philip Balister <philip@balister.org>
12 configure.in | 15 ++------------- 12 configure.in | 15 ++-------------
13 1 file changed, 2 insertions(+), 13 deletions(-) 13 1 file changed, 2 insertions(+), 13 deletions(-)
14 14
15Index: postgresql-9.4.15/configure.in 15Index: postgresql-9.4.20/configure.in
16=================================================================== 16===================================================================
17--- postgresql-9.4.15.orig/configure.in 17--- postgresql-9.4.20.orig/configure.in
18+++ postgresql-9.4.15/configure.in 18+++ postgresql-9.4.20/configure.in
19@@ -759,19 +759,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build w 19@@ -789,19 +789,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build w
20 [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML support. (--with-libxml)])]) 20 [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML support. (--with-libxml)])])
21 21
22 if test "$with_libxml" = yes ; then 22 if test "$with_libxml" = yes ; then