summaryrefslogtreecommitdiffstats
path: root/meta/packages/apr/apr-util_1.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/apr/apr-util_1.3.4.bb')
-rw-r--r--meta/packages/apr/apr-util_1.3.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/apr/apr-util_1.3.4.bb b/meta/packages/apr/apr-util_1.3.4.bb
index f2d5470977..12b444976c 100644
--- a/meta/packages/apr/apr-util_1.3.4.bb
+++ b/meta/packages/apr/apr-util_1.3.4.bb
@@ -11,10 +11,10 @@ SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
11 11
12EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ 12EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
13 --with-dbm=gdbm \ 13 --with-dbm=gdbm \
14 --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \ 14 --with-gdbm=${STAGING_DIR_HOST}${prefix} \
15 --without-sqlite2 \ 15 --without-sqlite2 \
16 --without-sqlite3 \ 16 --without-sqlite3 \
17 --with-expat=${STAGING_DIR_HOST}${layout_prefix}" 17 --with-expat=${STAGING_DIR_HOST}${prefix}"
18 18
19 19
20inherit autotools_stage lib_package binconfig 20inherit autotools_stage lib_package binconfig