Update ppc64 macro to cover little endian too
This commit is contained in:
parent
5b652419af
commit
9bb9f48e1b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 3.4.7
|
Version: 3.4.7
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: The Squid proxy caching server
|
Summary: The Squid proxy caching server
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
# See CREDITS for breakdown of non GPLv2+ code
|
# See CREDITS for breakdown of non GPLv2+ code
|
||||||
@ -130,7 +130,7 @@ LDFLAGS="$RPM_LD_FLAGS -pie -Wl,-z,relro -Wl,-z,now"
|
|||||||
--enable-epoll \
|
--enable-epoll \
|
||||||
--enable-icap-client \
|
--enable-icap-client \
|
||||||
--enable-ident-lookups \
|
--enable-ident-lookups \
|
||||||
%ifnarch ppc64 ia64 x86_64 s390x aarch64
|
%ifnarch %{power64} ia64 x86_64 s390x aarch64
|
||||||
--with-large-files \
|
--with-large-files \
|
||||||
%endif
|
%endif
|
||||||
--enable-linux-netfilter \
|
--enable-linux-netfilter \
|
||||||
@ -291,6 +291,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 19 2014 Peter Robinson <pbrobinson@fedoraproject.org> 7:3.4.7-3
|
||||||
|
- Update ppc64 macro to cover little endian too
|
||||||
|
|
||||||
* Thu Sep 11 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.7-2
|
* Thu Sep 11 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.7-2
|
||||||
- Fixed: CVE-2014-6270
|
- Fixed: CVE-2014-6270
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user