summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 288a2d183..32ffe190b 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -113,7 +113,7 @@ python populate_packages_prepend() {
113do_configure() { 113do_configure() {
114 # do_configure_prepend 114 # do_configure_prepend
115 # make sure configure finds python includdirs with these envs 115 # make sure configure finds python includdirs with these envs
116 export BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ 116 export \
117 STAGING_INCDIR=${STAGING_INCDIR} \ 117 STAGING_INCDIR=${STAGING_INCDIR} \
118 STAGING_LIBDIR=${STAGING_LIBDIR} 118 STAGING_LIBDIR=${STAGING_LIBDIR}
119 119