[arch-commits] Commit in apr-util/trunk (PKGBUILD)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Oct 21 15:08:46 UTC 2013
Date: Monday, October 21, 2013 @ 17:08:46
Author: jgc
Revision: 197051
upgpkg: apr-util 1.5.2-3
no static libs
Modified:
apr-util/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-21 15:02:47 UTC (rev 197050)
+++ PKGBUILD 2013-10-21 15:08:46 UTC (rev 197051)
@@ -4,7 +4,7 @@
pkgname=apr-util
pkgver=1.5.2
-pkgrel=2
+pkgrel=3
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="http://apr.apache.org/"
@@ -18,7 +18,7 @@
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
}
More information about the arch-commits
mailing list