mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/nss_ldap fix
This commit is contained in:
parent
e994cda3d2
commit
be45ea1202
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# 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: 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)
|
# - 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
|
pkgname=nss_ldap
|
||||||
pkgver=265
|
pkgver=265
|
||||||
|
@ -27,6 +28,7 @@ build() {
|
||||||
|
|
||||||
patch -p0 -i ../nss_ldap-265-glibc-2.16.patch
|
patch -p0 -i ../nss_ldap-265-glibc-2.16.patch
|
||||||
patch -p0 -i ../nss_ldap-265-pthread.patch
|
patch -p0 -i ../nss_ldap-265-pthread.patch
|
||||||
|
cp /usr/share/libtool/build-aux/config.{sub,guess} .
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
Loading…
Reference in a new issue