Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9f0cd00ef93b97eb73a68d54c3bf1b5ede7f9e98
commit 9f0cd00ef93b97eb73a68d54c3bf1b5ede7f9e98 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 26 03:26:21 2007 +0100 openldap-2.3.39-1-i686 version bump closes #2542 diff --git a/source/network-extra/openldap/FrugalBuild b/source/network-extra/openldap/FrugalBuild index e4830ca..d3818ac 100644 --- a/source/network-extra/openldap/FrugalBuild +++ b/source/network-extra/openldap/FrugalBuild @@ -2,20 +2,20 @@ # Maintainer: VMiklos <[EMAIL PROTECTED]> pkgname=openldap -pkgver=2.3.38 +pkgver=2.3.39 pkgrel=1 pkgdesc="A suite of the Lightweight Directory Access Protocol servers" url="http://www.openldap.org/" groups=('network-extra') archs=('i686' 'x86_64') backup=(etc/openldap/ldap.conf etc/openldap/slapd.conf) -depends=('db>=4.6.18' 'libtool') +depends=('db-4.5>=4.5.20-2' 'libtool') rodepends=("libldap=$pkgver") makedepends=('tcp_wrappers' 'openssl' 'cyrus-sasl') up2date="lynx -dump http://www.openldap.org/software/download/|grep 'United States'|sed -e 's/.*]\(.*\) \[.*/\1/'" source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$pkgname-$pkgver.tgz rc.slapd \ openldap-ntlm.patch0) -sha1sums=('1a50a3b065074ef63dacb33fbf80c6928f269a60' \ +sha1sums=('e87e60b1269f51d753d88df9b51745a66730a5d4' \ 'e2e32477a3252545c04709b172eb65b1847c3678' \ '29b8e9c4835235c976f026cd5883228b77581083') @@ -29,6 +29,7 @@ build() { Fpatchall autoconf || return 1 + export CPPFLAGS="-I/usr/include/db-4.5 $CPPFLAGS" Fmake \ --localstatedir=/var/openldap --enable-syslog --enable-dynamic \ --with-readline --with-threads --with-tls --enable-slapd \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
