summaryrefslogtreecommitdiff
path: root/extra/apr-util/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/apr-util/PKGBUILD')
-rw-r--r--extra/apr-util/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/apr-util/PKGBUILD b/extra/apr-util/PKGBUILD
index 13be5ebf5..69ea74bbb 100644
--- a/extra/apr-util/PKGBUILD
+++ b/extra/apr-util/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 183103 2013-04-17 15:00:29Z jgc $
+# $Id: PKGBUILD 197052 2013-10-21 15:08:54Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=apr-util
pkgver=1.5.2
-pkgrel=1
+pkgrel=3
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="http://apr.apache.org/"
@@ -18,7 +18,7 @@ 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-berkeley-db=/usr --with-gdbm=/usr --with-ldap --disable-static
make
}