Workaround for bug #858274 in m4 (autoreconf fails on i686)
This commit is contained in:
parent
749896483d
commit
5568103a57
53655
openldap-workaround-m4-858274.patch
Normal file
53655
openldap-workaround-m4-858274.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -51,6 +51,7 @@ Patch18: openldap-nss-certs-from-certdb-fallback-pem.patch
|
|||||||
# Fedora specific patches
|
# Fedora specific patches
|
||||||
Patch100: openldap-autoconf-pkgconfig-nss.patch
|
Patch100: openldap-autoconf-pkgconfig-nss.patch
|
||||||
Patch101: openldap-fedora-systemd.patch
|
Patch101: openldap-fedora-systemd.patch
|
||||||
|
Patch102: openldap-workaround-m4-858274.patch
|
||||||
|
|
||||||
# patches for the evolution library (see README.evolution)
|
# patches for the evolution library (see README.evolution)
|
||||||
Patch200: openldap-evolution-ntlm.patch
|
Patch200: openldap-evolution-ntlm.patch
|
||||||
@ -142,7 +143,9 @@ pushd openldap-%{version}
|
|||||||
|
|
||||||
# use pkg-config for Mozilla NSS library
|
# use pkg-config for Mozilla NSS library
|
||||||
%patch100 -p1
|
%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
|
# alternative include paths for Mozilla NSS
|
||||||
ln -s %{_includedir}/nss3 include/nss
|
ln -s %{_includedir}/nss3 include/nss
|
||||||
|
Loading…
Reference in New Issue
Block a user