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

Andrea Scarpino andrea at archlinux.org
Mon Feb 14 13:17:19 UTC 2011


    Date: Monday, February 14, 2011 @ 08:17:18
  Author: andrea
Revision: 109954

upgpkg: libldap 2.4.24-1
upstream release

Modified:
  libldap/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-14 08:48:29 UTC (rev 109953)
+++ PKGBUILD	2011-02-14 13:17:18 UTC (rev 109954)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=libldap
-pkgver=2.4.23
+pkgver=2.4.24
 pkgrel=1
 pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz"
         'ntlm.patch')
-md5sums=('90150b8c0d0192e10b30157e68844ddf'
+md5sums=('116fe1e23a7b67686d5e62274367e6c0'
          'dfa9eb6f2fd9d0a3dab0e1860923489e')
 
 build() {
@@ -24,14 +24,18 @@
   patch -Np1 -i ${srcdir}/ntlm.patch
 
   ./configure --prefix=/usr \
-              --libexecdir=/usr/sbin \
-              --sysconfdir=/etc \
-	      --mandir=/usr/share/man \
-              --localstatedir=/var/lib/openldap \
-              --enable-crypt --enable-dynamic \
-              --with-threads --enable-wrappers \
-	      --enable-spasswd --with-cyrus-sasl \
-	      --disable-bdb --disable-hdb
+    --libexecdir=/usr/sbin \
+    --sysconfdir=/etc \
+    --mandir=/usr/share/man \
+    --localstatedir=/var/lib/openldap \
+    --enable-crypt \
+    --enable-dynamic \
+    --with-threads \
+    --enable-wrappers \
+    --enable-spasswd \
+    --with-cyrus-sasl \
+    --disable-bdb \
+    --disable-hdb
 
   cd include
   make




More information about the arch-commits mailing list