disable coss support, not officially supported in 3.0
This commit is contained in:
parent
e5d8a54a7b
commit
6818c60ae0
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 3.0.STABLE9
|
Version: 3.0.STABLE9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Squid proxy caching server
|
Summary: The Squid proxy caching server
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -97,7 +97,7 @@ export CXXFLAGS="-fPIE %{optflags}" ; export CFLAGS="-fPIE -Os -g -pipe -fsigned
|
|||||||
--enable-removal-policies="heap,lru" \
|
--enable-removal-policies="heap,lru" \
|
||||||
--enable-snmp \
|
--enable-snmp \
|
||||||
--enable-ssl \
|
--enable-ssl \
|
||||||
--enable-storeio="aufs,coss,diskd,null,ufs" \
|
--enable-storeio="aufs,diskd,null,ufs" \
|
||||||
--enable-useragent-log \
|
--enable-useragent-log \
|
||||||
--enable-wccpv2 \
|
--enable-wccpv2 \
|
||||||
--with-aio \
|
--with-aio \
|
||||||
@ -337,6 +337,9 @@ fi
|
|||||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-2
|
||||||
|
- disable coss support, not officially supported in 3.0
|
||||||
|
|
||||||
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-1
|
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-1
|
||||||
- update to latest upstream
|
- update to latest upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user