changed some build options
This commit is contained in:
parent
09e739b1bf
commit
3f2766a5d1
13
squid.spec
13
squid.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: The Squid proxy caching server.
|
Summary: The Squid proxy caching server.
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 2.5.STABLE10
|
Version: 2.5.STABLE10
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -68,6 +68,7 @@ lookup program (dnsserver), a program for retrieving FTP data
|
|||||||
--bindir=%{_sbindir} \
|
--bindir=%{_sbindir} \
|
||||||
--libexecdir=%{_libdir}/squid \
|
--libexecdir=%{_libdir}/squid \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
--datadir=%{_datadir} \
|
||||||
--sysconfdir=/etc/squid \
|
--sysconfdir=/etc/squid \
|
||||||
--enable-poll \
|
--enable-poll \
|
||||||
--enable-snmp \
|
--enable-snmp \
|
||||||
@ -88,10 +89,10 @@ lookup program (dnsserver), a program for retrieving FTP data
|
|||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--enable-cachemgr-hostname=localhost \
|
--enable-cachemgr-hostname=localhost \
|
||||||
--disable-ident-lookups \
|
--disable-ident-lookups \
|
||||||
--enable-truncate \
|
|
||||||
--enable-underscores \
|
--enable-underscores \
|
||||||
--datadir=%{_datadir} \
|
|
||||||
--enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SMB,YP,getpwnam,multi-domain-NTLM,SASL,winbind" \
|
--enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SMB,YP,getpwnam,multi-domain-NTLM,SASL,winbind" \
|
||||||
|
--enable-cache-digests \
|
||||||
|
--enable-ident-lookups \
|
||||||
|
|
||||||
export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
|
export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -304,6 +305,12 @@ fi
|
|||||||
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-3
|
||||||
|
- removed "--enable-truncate" option (#165948)
|
||||||
|
- added "--enable-cache-digests" option (#102134)
|
||||||
|
- added "--enable-ident-lookups" option (#161640)
|
||||||
|
- some clean up (#165949)
|
||||||
|
|
||||||
* Fri Jul 15 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-2
|
* Fri Jul 15 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-2
|
||||||
- pam_auth and ncsa_auth have setuid (#162660)
|
- pam_auth and ncsa_auth have setuid (#162660)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user