From 8fe066cca1e2f22c26eecedfea8fc0533001a681 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 21 Nov 2018 18:41:23 -0800 Subject: postgresql: update to 9.4.20 Bug fix only updates. see: https://www.postgresql.org/docs/9.4/release-9-4-20.html Patches refreshed Signed-off-by: Armin Kuster --- .../files/0001-Use-pkg-config-for-libxml2-detection.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch') 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 ce2a60cabf..fafbc25a42 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 configure.in | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) -Index: postgresql-9.4.15/configure.in +Index: postgresql-9.4.20/configure.in =================================================================== ---- postgresql-9.4.15.orig/configure.in -+++ postgresql-9.4.15/configure.in -@@ -759,19 +759,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build w +--- postgresql-9.4.20.orig/configure.in ++++ postgresql-9.4.20/configure.in +@@ -789,19 +789,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build w [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML support. (--with-libxml)])]) if test "$with_libxml" = yes ; then -- cgit 1.2.3-korg