nss_ldap: Updated version 264 -> 265

Removed config file (already included in openldap)
This commit is contained in:
Alan Mizrahi 2011-07-25 17:58:19 +09:00
parent ebba475b71
commit 1ff8c48f1a
3 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,5 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/nsswitch.ldap
drwxr-xr-x root/root etc/openldap/
-rw-r--r-- root/root etc/openldap/ldap.conf
drwxr-xr-x root/root lib/
-rwxr-xr-x root/root lib/libnss_ldap-2.12.2.so
lrwxrwxrwx root/root lib/libnss_ldap.so.2 -> libnss_ldap-2.12.2.so

View File

@ -1 +1 @@
eebab40c6ce2f54e5c377b4895c0c93a nss_ldap-264.tar.gz
c1cb02d1a85538cf16bca6f6a562abe4 nss_ldap-265.tar.gz

View File

@ -4,15 +4,20 @@
# Depends on: openldap
name=nss_ldap
version=264
version=265
release=1
source=(http://www.padl.com/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --mandir=/usr/man --with-ldap-lib=openldap --with-ldap-conf-file=/etc/openldap/ldap.conf
make
# padl developers have . in their PATH
PATH="$PATH:$PWD" make
mkdir -p $PKG/lib $PKG/usr/man
make DESTDIR=$PKG install
rm -f $PKG/etc/ldap.conf
# Config file comes from openldap
rm -rf $PKG/etc/openldap
}