Date: Wednesday, November 10, 2010 @ 23:19:05
  Author: allan
Revision: 98550

upgpkg: heimdal 1.3.3-3
add ldap support

Modified:
  heimdal/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-11-11 04:00:14 UTC (rev 98549)
+++ PKGBUILD    2010-11-11 04:19:05 UTC (rev 98550)
@@ -8,12 +8,12 @@
 
 pkgname=heimdal
 pkgver=1.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Implementation of Kerberos V5 libraries"
 arch=('i686' 'x86_64')
 url="http://www.h5l.org/";
 license=('custom')
-depends=('db' 'openssl' 'sqlite3' 'e2fsprogs')
+depends=('db' 'openssl' 'sqlite3' 'e2fsprogs' 'libldap')
 backup=(etc/krb5.conf)
 options=('!libtool' '!emptydirs')
 install=heimdal.install
@@ -70,6 +70,7 @@
        --with-readline-include=/usr/include/readline \
        --with-sqlite3-lib=/usr/lib \
        --with-sqlite3-include=/usr/include \
+       --with-openldap=/usr \
        --libexecdir=/usr/sbin
        
   make

Reply via email to