enabled support for large files (#167503)
This commit is contained in:
parent
7f2e1f9cfe
commit
1866673647
@ -5,7 +5,7 @@
|
||||
Summary: The Squid proxy caching server.
|
||||
Name: squid
|
||||
Version: 2.5.STABLE11
|
||||
Release: 3
|
||||
Release: 4
|
||||
Epoch: 7
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -104,6 +104,7 @@ 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 \
|
||||
--with-large-files \
|
||||
|
||||
export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
|
||||
make %{?_smp_mflags}
|
||||
@ -319,6 +320,9 @@ fi
|
||||
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
||||
|
||||
%changelog
|
||||
* Fri Oct 14 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-4
|
||||
- enabled support for large files (#167503)
|
||||
|
||||
* Thu Oct 13 2005 Tomas Mraz <tmraz@redhat.com> 7:2.5.STABLE11-3
|
||||
- use include instead of pam_stack in pam config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user