extra/nss_ldap to 265-7

This commit is contained in:
Kevin Mihelich 2018-06-07 12:36:09 +00:00
parent 1b85e0fd6b
commit cbf41117fb

View file

@ -9,14 +9,14 @@
pkgname=nss_ldap
pkgver=265
pkgrel=6
pkgrel=7
pkgdesc="The nss_ldap module provides the means for Linux and Solaris workstations to resolve the entities defined in RFC 2307 from LDAP directories."
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://www.padl.com/OSS/nss_ldap.html"
license=('LGPL')
depends=('libldap' 'krb5')
backup=("etc/nss_ldap.conf")
source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz"
source=("https://www.padl.com/download/${pkgname}-${pkgver}.tar.gz"
'nss_ldap-265-glibc-2.16.patch'
'nss_ldap-265-pthread.patch')
md5sums=('c1cb02d1a85538cf16bca6f6a562abe4'
@ -30,6 +30,7 @@ build() {
patch -p0 -i ../nss_ldap-265-pthread.patch
cp /usr/share/libtool/build-aux/config.{sub,guess} .
export PERL5LIB="$PWD"
./configure \
--prefix=/usr \
--with-ldap-conf-file=/etc/nss_ldap.conf \