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

Anatol Pomozov anatolik at nymeria.archlinux.org
Wed Mar 12 17:55:38 UTC 2014


    Date: Wednesday, March 12, 2014 @ 18:55:37
  Author: anatolik
Revision: 207598

upgpkg: apr-util 1.5.3-3

Enable crypto sub-library

Modified:
  apr-util/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-12 17:46:22 UTC (rev 207597)
+++ PKGBUILD	2014-03-12 17:55:37 UTC (rev 207598)
@@ -4,11 +4,11 @@
 
 pkgname=apr-util
 pkgver=1.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
-depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc')
+depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc' 'openssl')
 license=('APACHE')
 source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
 md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
@@ -17,7 +17,7 @@
 build() {
   cd "${srcdir}/apr-util-${pkgver}"
   ./configure --prefix=/usr --with-apr=/usr \
-    --with-ldap \
+    --with-ldap --with-crypto \
     --with-gdbm=/usr
   make
 }




More information about the arch-commits mailing list