[arch-commits] CVS update of core/lib/libldap (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 28 12:40:14 UTC 2007


    Date: Sunday, October 28, 2007 @ 08:40:14
  Author: andyrtr
    Path: /home/cvs-core/core/lib/libldap

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: libldap 2.3.39-1


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


Index: core/lib/libldap/PKGBUILD
diff -u core/lib/libldap/PKGBUILD:1.10 core/lib/libldap/PKGBUILD:1.11
--- core/lib/libldap/PKGBUILD:1.10	Mon Sep 10 16:47:01 2007
+++ core/lib/libldap/PKGBUILD	Sun Oct 28 08:40:14 2007
@@ -1,31 +1,32 @@
-# $Id: PKGBUILD,v 1.10 2007/09/10 20:47:01 tpowa Exp $
+# $Id: PKGBUILD,v 1.11 2007/10/28 12:40:14 andyrtr Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=libldap
-pkgver=2.3.38
+pkgver=2.3.39
 pkgrel=1
 pkgdesc="LDAP client libraries"
 arch=(i686 x86_64)
 license=('custom')
 url="http://www.openldap.org/"
 backup=(etc/openldap/ldap.conf)
-depends=('libsasl' 'openssl>=0.9.8e')
-options=('nolibtool')
+depends=('libsasl' 'openssl>=0.9.8f')
+options=('!libtool' '!makeflags')
 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz
 	ntlm.patch)
-md5sums=('f83b0f2b62f6a06dc1ca83a1f0426efd'
+md5sums=('e3fec2953c948f6990ccdc3af7bf7f18'
          '64c539d5f01f46f329b9d5c1324be4e9')
 
 build() {
-  export MAKEFLAGS="-j1"
   cd ${startdir}/src/openldap-${pkgver}
   patch -Np0 -i ${startdir}/src/ntlm.patch || return 1
+
   ./configure --prefix=/usr \
               --libexecdir=/usr/sbin \
               --sysconfdir=/etc \
               --localstatedir=/var/lib/openldap \
               --enable-crypt --enable-dynamic \
               --with-threads --enable-wrappers \
-	      --enable-spasswd --with-cyrus-sasl
+	      --enable-spasswd --with-cyrus-sasl \
+	      --disable-bdb --disable-hdb
   cd include
   make || return 1
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list