summaryrefslogtreecommitdiff
path: root/package/apr-util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/apr-util/Makefile')
-rw-r--r--package/apr-util/Makefile8
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