aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apr
diff options
context:
space:
mode:
authorTasslehoff Kjappfot <tasskjapp@gmail.com>2010-10-13 14:46:34 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-13 14:52:11 +0200
commiteba2dd09dfb380493e7f416bbbc437d47205b9de (patch)
tree3c1fe0774f6aed6ceca6131678576af9476b2dc4 /recipes/apr
parent901c315947662829a348c10b202f70ec51fcc66e (diff)
downloadopenembedded-eba2dd09dfb380493e7f416bbbc437d47205b9de.tar.gz
apr-util_1.3.4: Build without Postgres support
apr-util attempts to execute pg_config, which could be the host pg_config binary. Ask it to build without Postgres support.
Diffstat (limited to 'recipes/apr')
-rw-r--r--recipes/apr/apr-util_1.3.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/apr/apr-util_1.3.4.bb b/recipes/apr/apr-util_1.3.4.bb
index cc6781b254..3a2284c4d0 100644
--- a/recipes/apr/apr-util_1.3.4.bb
+++ b/recipes/apr/apr-util_1.3.4.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
DEPENDS = "apr expat gdbm"
LICENSE = "Apache License, Version 2.0"
-PR = "r6"
+PR = "r7"
SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
file://configfix.patch \
@@ -14,6 +14,7 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
--with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \
--without-sqlite2 \
--without-sqlite3 \
+ --without-pgsql \
--with-expat=${STAGING_DIR_HOST}${layout_prefix}"