diff options
Diffstat (limited to 'packages/apr/apr-util_1.2.7.bb')
-rw-r--r-- | packages/apr/apr-util_1.2.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/apr/apr-util_1.2.7.bb b/packages/apr/apr-util_1.2.7.bb index c73eb8023c..ea81607953 100644 --- a/packages/apr/apr-util_1.2.7.bb +++ b/packages/apr/apr-util_1.2.7.bb @@ -9,10 +9,10 @@ PR = "r2" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm \ - --with-gdbm=${STAGING_DIR}/${HOST_SYS} \ + --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \ --without-sqlite2 \ --without-sqlite3 \ - --with-expat=${STAGING_DIR}/${HOST_SYS}" + --with-expat=${STAGING_DIR_HOST}${layout_prefix}" inherit autotools lib_package binconfig |