diff options
Diffstat (limited to 'meta/recipes-support/apr/apr-util_1.5.4.bb')
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.5.4.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.5.4.bb b/meta/recipes-support/apr/apr-util_1.5.4.bb index 381daaddf3..28962bd0ef 100644 --- a/meta/recipes-support/apr/apr-util_1.5.4.bb +++ b/meta/recipes-support/apr/apr-util_1.5.4.bb | |||
@@ -24,7 +24,6 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | |||
24 | --with-dbm=gdbm \ | 24 | --with-dbm=gdbm \ |
25 | --with-gdbm=${STAGING_DIR_HOST}${prefix} \ | 25 | --with-gdbm=${STAGING_DIR_HOST}${prefix} \ |
26 | --without-sqlite2 \ | 26 | --without-sqlite2 \ |
27 | --without-sqlite3 \ | ||
28 | --with-expat=${STAGING_DIR_HOST}${prefix}" | 27 | --with-expat=${STAGING_DIR_HOST}${prefix}" |
29 | 28 | ||
30 | 29 | ||
@@ -66,6 +65,11 @@ do_install_append_class-target() { | |||
66 | -e 's,APU_BUILD_DIR=.*,APR_BUILD_DIR=,g' ${D}${bindir}/apu-1-config | 65 | -e 's,APU_BUILD_DIR=.*,APR_BUILD_DIR=,g' ${D}${bindir}/apu-1-config |
67 | } | 66 | } |
68 | 67 | ||
68 | PACKAGECONFIG ??= "crypto" | ||
69 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" | ||
70 | PACKAGECONFIG[crypto] = "--with-openssl=${STAGING_DIR_HOST}${prefix} --with-crypto,--without-crypto,openssl" | ||
71 | PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_DIR_HOST}${prefix},--without-sqlite3,sqlite3" | ||
72 | |||
69 | #files ${libdir}/apr-util-1/*.so are not symlinks but loadable modules thus they are packaged in ${PN} | 73 | #files ${libdir}/apr-util-1/*.so are not symlinks but loadable modules thus they are packaged in ${PN} |
70 | FILES_${PN} += "${libdir}/apr-util-1/apr*${SOLIBS} ${libdir}/apr-util-1/apr*${SOLIBSDEV}" | 74 | FILES_${PN} += "${libdir}/apr-util-1/apr*${SOLIBS} ${libdir}/apr-util-1/apr*${SOLIBSDEV}" |
71 | FILES_${PN}-dev += "${libdir}/aprutil.exp ${libdir}/apr-util-1/*.la" | 75 | FILES_${PN}-dev += "${libdir}/aprutil.exp ${libdir}/apr-util-1/*.la" |