summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:10:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:10:25 +0100
commit9998862baaf24d3179f9927d3227688c53282c2b (patch)
tree24e9b033822d78eefcb8e3a27a5ed22a16f1208a
parent645a0007387355ab2244abf88bfcdd525936c07e (diff)
update to latest upstream version
-rw-r--r--package/apr-util/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile
index 2d533ef76..655e2e1c8 100644
--- a/package/apr-util/Makefile
+++ b/package/apr-util/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= apr-util
-PKG_VERSION:= 1.3.9
+PKG_VERSION:= 1.3.10
PKG_RELEASE:= 1
-PKG_MD5SUM:= cc2ec0ba4f01d88375f1170f762518fa
+PKG_MD5SUM:= 82acd25cf3df8c72eba44eaee8b80c19
PKG_DESCR:= Apache Portable Runtime utility library
PKG_SECTION:= libs
PKG_DEPENDS:= libexpat apr
@@ -16,15 +16,15 @@ PKG_SITES:= http://apache.mirror.clusters.cc/apr/
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,APR_UTIL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,APR_UTIL,apr-util,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_ARGS+= --without-berkeley-db
-CONFIGURE_ARGS+= --with-apr=${STAGING_TARGET_DIR}/usr
-CONFIGURE_ARGS+= --with-expat=${STAGING_TARGET_DIR}/usr
+CONFIGURE_ARGS+= --without-berkeley-db \
+ --with-apr=${STAGING_TARGET_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
-post-install:
+apr-util-install:
${INSTALL_DIR} ${IDIR_APR_UTIL}/usr/lib
${CP} ${WRKINST}/usr/lib/libaprutil-1.so* ${IDIR_APR_UTIL}/usr/lib/