diff options
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.patch | 13 |
1 files changed, 5 insertions, 8 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 d08ec6af1d..ce2a60cabf 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 | ||
15 | diff --git a/configure.in b/configure.in | 15 | Index: postgresql-9.4.15/configure.in |
16 | index f8bf466..1f4fabf 100644 | 16 | =================================================================== |
17 | --- a/configure.in | 17 | --- postgresql-9.4.15.orig/configure.in |
18 | +++ b/configure.in | 18 | +++ postgresql-9.4.15/configure.in |
19 | @@ -734,19 +734,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build with XML support], | 19 | @@ -759,19 +759,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 |
@@ -38,6 +38,3 @@ index f8bf466..1f4fabf 100644 | |||
38 | fi | 38 | fi |
39 | 39 | ||
40 | AC_SUBST(with_libxml) | 40 | AC_SUBST(with_libxml) |
41 | -- | ||
42 | 1.8.3.1 | ||
43 | |||