From faa7e3b7caed93e046726ca80510f60c09ed6b98 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 16 Jul 2014 14:14:00 -0400 Subject: postgres: fix xml configuration error Not only must postgres depend on libxml for xml support, we need to point at the sysroot/staging area for the header files to be found. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend index d2dbd91..26984ca 100644 --- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend +++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend @@ -6,6 +6,8 @@ SRC_URI += "file://postgresql \ inherit useradd update-rc.d identity hosts autotools-brokensep +PACKAGECONFIG[libxml] = "--with-libxml CFLAGS=-I${STAGING_INCDIR}/libxml2,--without-libxml,libxml2,libxml2" + # default DB_DATADIR ?= "/var/lib/postgres/data" -- cgit v1.2.3-54-g00ecf