diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:07:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:07:11 +0100 |
commit | 56e554d65183edf7bcbab7ff04f0d13fa5a4a403 (patch) | |
tree | 11bdc0ebfe37397d17f7f81404b5fdbd80d516cc /package/apr-util | |
parent | c222009ae2041c53e2fce319c12b1c1b08dfe4fa (diff) |
add a lot of new devel subpackages and fix native builds of packages
Diffstat (limited to 'package/apr-util')
-rw-r--r-- | package/apr-util/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile index 655e2e1c8..53824599e 100644 --- a/package/apr-util/Makefile +++ b/package/apr-util/Makefile @@ -19,13 +19,13 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,APR_UTIL,apr-util,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_ARGS+= --without-berkeley-db \ - --with-apr=${STAGING_TARGET_DIR}/usr \ + --with-apr=${STAGING_DIR}/usr \ --with-expat=${STAGING_TARGET_DIR}/usr -XAKE_FLAGS+= apr_builddir=${STAGING_TARGET_DIR}/usr/share/build-1 \ - apr_builders=${STAGING_TARGET_DIR}/usr/share/build-1 +XAKE_FLAGS+= apr_builddir=${STAGING_DIR}/usr/share/build-1 \ + apr_builders=${STAGING_DIR}/usr/share/build-1 apr-util-install: ${INSTALL_DIR} ${IDIR_APR_UTIL}/usr/lib - ${CP} ${WRKINST}/usr/lib/libaprutil-1.so* ${IDIR_APR_UTIL}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libaprutil-1.so* ${IDIR_APR_UTIL}/usr/lib include ${TOPDIR}/mk/pkg-bottom.mk |