extra/nss_ldap fix

This commit is contained in:
Kevin Mihelich 2015-07-10 03:11:43 +00:00
parent e994cda3d2
commit be45ea1202

View file

@ -5,6 +5,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - patch: nss_ldap-265 uses __libc_lock_lock, removed in glibc-2.16 (http://bugzilla.padl.com/show_bug.cgi?id=445)
# - patch: Proper pthread support for nss_ldap-265 (http://bugzilla.padl.com/show_bug.cgi?id=446)
# - copy autoconf files for v8
pkgname=nss_ldap
pkgver=265
@ -27,6 +28,7 @@ build() {
patch -p0 -i ../nss_ldap-265-glibc-2.16.patch
patch -p0 -i ../nss_ldap-265-pthread.patch
cp /usr/share/libtool/build-aux/config.{sub,guess} .
./configure \
--prefix=/usr \