[arch-commits] Commit in apr-util/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Thu Feb 6 16:50:53 UTC 2014


    Date: Thursday, February 6, 2014 @ 17:50:53
  Author: andyrtr
Revision: 205524

upgpkg: apr-util 1.5.3-2

drop support for BerkeleyDB

Modified:
  apr-util/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-06 16:23:04 UTC (rev 205523)
+++ PKGBUILD	2014-02-06 16:50:53 UTC (rev 205524)
@@ -4,11 +4,11 @@
 
 pkgname=apr-util
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
-depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc')
 license=('APACHE')
 source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
 md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
@@ -17,8 +17,8 @@
 build() {
   cd "${srcdir}/apr-util-${pkgver}"
   ./configure --prefix=/usr --with-apr=/usr \
-    --without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
-    --with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+    --with-ldap \
+    --with-gdbm=/usr
   make
 }
 




More information about the arch-commits mailing list