wok-6.x rev 2451
nss_ldap: enable-schema-mapping
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 13 15:51:27 2009 +0000 (2009-03-13) |
parents | 84cda1c7ccc7 |
children | 47896ab5b87c |
files | nss_ldap/receipt |
line diff
1.1 --- a/nss_ldap/receipt Fri Mar 13 15:38:22 2009 +0000 1.2 +++ b/nss_ldap/receipt Fri Mar 13 15:51:27 2009 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Get users, hosts, and groups from LDAP." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 TARBALL="$PACKAGE.tgz" 1.7 +DEPENDS="cyrus-sasl libkrb5 libldap openssl" 1.8 WEB_SITE="http://www.padl.com/OSS/nss_ldap.html" 1.9 WGET_URL="http://www.padl.com/download/$TARBALL" 1.10 1.11 @@ -14,7 +15,7 @@ 1.12 { 1.13 cd $src 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 - --enable-rfc2307bis \ 1.16 + --enable-rfc2307bis --enable-schema-mapping \ 1.17 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make && 1.19 make DESTDIR=$PWD/_pkg install