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

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


    Date: Sunday, October 28, 2007 @ 09:13:10
  Author: andyrtr
    Path: /home/cvs-extra/extra/daemons/openldap

Modified: PKGBUILD (1.52 -> 1.53)

upgpkg: openldap 2.3.39-1
make use of new static db4.5 pkg


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


Index: extra/daemons/openldap/PKGBUILD
diff -u extra/daemons/openldap/PKGBUILD:1.52 extra/daemons/openldap/PKGBUILD:1.53
--- extra/daemons/openldap/PKGBUILD:1.52	Thu Oct 18 04:46:50 2007
+++ extra/daemons/openldap/PKGBUILD	Sun Oct 28 09:13:10 2007
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD,v 1.52 2007/10/18 08:46:50 tpowa Exp $
+# $Id: PKGBUILD,v 1.53 2007/10/28 13:13:10 andyrtr Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=openldap
-pkgver=2.3.38
-pkgrel=3
+pkgver=2.3.39
+pkgrel=1
 pkgdesc="LDAP Server"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.openldap.org/"
 backup=(etc/openldap/slapd.conf etc/default/slapd)
-depends=('db=4.6.21' 'tcp_wrappers' "libldap>=${pkgver}")
+depends=('db4.5' 'tcp_wrappers' "libldap>=${pkgver}")
 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz slapd slapd.default)
-md5sums=('f83b0f2b62f6a06dc1ca83a1f0426efd'
+md5sums=('e3fec2953c948f6990ccdc3af7bf7f18'
          'a9c9d906b2132ee3cb3d100ef1c068ae'
-	 '95f50ebf185b1caf299fa4e3970d8ec2')
+         '95f50ebf185b1caf299fa4e3970d8ec2')
 options=('!makeflags' '!emptydirs')
 
 build() {
   cd ${startdir}/src/openldap-${pkgver}
+  export CPPFLAGS="-I/usr/include/db4.5 $CPPFLAGS"
   ./configure --prefix=/usr \
               --libexecdir=/usr/sbin \
               --sysconfdir=/etc \




More information about the arch-commits mailing list