mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/nss_ldap to 265-7
This commit is contained in:
parent
1b85e0fd6b
commit
cbf41117fb
1 changed files with 4 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue