Workaround for bug #858274 in m4 (autoreconf fails on i686)

This commit is contained in:
Jan Vcelak 2012-09-19 10:30:03 +02:00
parent 749896483d
commit 5568103a57
2 changed files with 53659 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -51,6 +51,7 @@ Patch18: openldap-nss-certs-from-certdb-fallback-pem.patch
# Fedora specific patches
Patch100: openldap-autoconf-pkgconfig-nss.patch
Patch101: openldap-fedora-systemd.patch
Patch102: openldap-workaround-m4-858274.patch
# patches for the evolution library (see README.evolution)
Patch200: openldap-evolution-ntlm.patch
@ -142,7 +143,9 @@ pushd openldap-%{version}
# use pkg-config for Mozilla NSS library
%patch100 -p1
AUTOMAKE=/bin/true autoreconf --install --force
# workaround for m4 bug #858274
#AUTOMAKE=/bin/true autoreconf --install --force
%patch102 -p1
# alternative include paths for Mozilla NSS
ln -s %{_includedir}/nss3 include/nss