[arch-commits] CVS update of extra/network/openldap-clients (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 28 13:39:07 UTC 2007


    Date: Sunday, October 28, 2007 @ 09:39:07
  Author: andyrtr
    Path: /home/cvs-extra/extra/network/openldap-clients

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: openldap-clients 2.3.39-1


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


Index: extra/network/openldap-clients/PKGBUILD
diff -u extra/network/openldap-clients/PKGBUILD:1.8 extra/network/openldap-clients/PKGBUILD:1.9
--- extra/network/openldap-clients/PKGBUILD:1.8	Mon Sep 10 16:44:01 2007
+++ extra/network/openldap-clients/PKGBUILD	Sun Oct 28 09:39:07 2007
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD,v 1.8 2007/09/10 20:44:01 tpowa Exp $
+# $Id: PKGBUILD,v 1.9 2007/10/28 13:39:07 andyrtr Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=openldap-clients
-pkgver=2.3.38
+pkgver=2.3.39
 pkgrel=1
 pkgdesc="LDAP Client utilities"
 arch=(i686 x86_64)
@@ -9,11 +9,10 @@
 url="http://www.openldap.org/"
 depends=("libldap>=${pkgver}")
 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz)
-md5sums=('f83b0f2b62f6a06dc1ca83a1f0426efd')
+options=('!makeflags')
+md5sums=('e3fec2953c948f6990ccdc3af7bf7f18')
 
 build() {
-  export MAKEFLAGS="-j1"
-
   cd ${startdir}/src/openldap-${pkgver}
   ./configure --prefix=/usr \
               --libexecdir=/usr/sbin \
@@ -21,7 +20,8 @@
               --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
   
   find . -name 'Makefile' -exec \
   	sed -e 's|$(LDAP_LIBDIR)/liblber/liblber.la|/usr/lib/liblber-2.3.so.0|g' \




More information about the arch-commits mailing list