removed --with-large-files on 64bit arches
This commit is contained in:
parent
63082c74ee
commit
9226fec8ed
@ -5,7 +5,7 @@
|
||||
Summary: The Squid proxy caching server.
|
||||
Name: squid
|
||||
Version: 2.5.STABLE13
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 7
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -102,7 +102,9 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
--enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SMB,YP,getpwnam,multi-domain-NTLM,SASL,winbind" \
|
||||
--enable-cache-digests \
|
||||
--enable-ident-lookups \
|
||||
%ifnarch ppc64 ia64 x86_64 s390x
|
||||
--with-large-files \
|
||||
%endif
|
||||
--enable-fd-config \
|
||||
--enable-follow-x-forwarded-for \
|
||||
|
||||
@ -319,6 +321,9 @@ fi
|
||||
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
||||
|
||||
%changelog
|
||||
* Thu Mar 23 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-2
|
||||
- removed "--with-large-files" on 64bit arches
|
||||
|
||||
* Mon Mar 13 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-1
|
||||
- update to new upstream
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user