aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apr
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2011-05-23 16:01:17 +0200
committerSteffen Sledz <sledz@dresearch-fe.de>2011-07-28 15:04:59 +0200
commit88b2fd76490ccbf3d3a8604da7bbb4bd18012d5b (patch)
tree966118baf48961f7749a2e70c32f7fdc26e58fd9 /recipes/apr
parentfea2b9a83b1bfa0a9d93c9187386f71711e824af (diff)
downloadopenembedded-88b2fd76490ccbf3d3a8604da7bbb4bd18012d5b.tar.gz
apr-util: disable odbc support to avoid QA error
The odbc checker part of the configure script seems to be buggy and may add host paths to compiler and linker options: --------->snip<-------- checking for odbc_config... /usr/bin/odbc_config adding "-I/usr/include" to CPPFLAGS adding "-L/usr/lib" to LDFLAGS setting LIBS to "-L/usr/lib -lodbc" --------->snip<-------- Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'recipes/apr')
-rw-r--r--recipes/apr/apr-util_1.3.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/apr/apr-util_1.3.10.bb b/recipes/apr/apr-util_1.3.10.bb
index ee32ddde41..32b568ec0d 100644
--- a/recipes/apr/apr-util_1.3.10.bb
+++ b/recipes/apr/apr-util_1.3.10.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
DEPENDS = "apr expat gdbm"
LICENSE = "Apache License, Version 2.0"
-PR = "r0"
+PR = "r1"
SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
file://configfix.patch \
@@ -15,6 +15,7 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
--without-sqlite2 \
--without-sqlite3 \
--without-pgsql \
+ --without-odbc \
--with-expat=${STAGING_DIR_HOST}${layout_prefix}"
SRC_URI[md5sum] = "82acd25cf3df8c72eba44eaee8b80c19"