OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Sep-2008 23:35:11
Branch: HEAD Handle: 2008090422351100
Modified files:
openpkg-src/squid squid.spec
Log:
cleanup configure option usage (Squid 2 -> 3 leftovers)
Summary:
Revision Changes Path
1.131 +4 -5 openpkg-src/squid/squid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squid/squid.spec
============================================================================
$ cvs diff -u -r1.130 -r1.131 squid.spec
--- openpkg-src/squid/squid.spec 19 Jul 2008 09:07:30 -0000 1.130
+++ openpkg-src/squid/squid.spec 4 Sep 2008 21:35:11 -0000 1.131
@@ -37,7 +37,7 @@
Group: Web
License: GPL
Version: %{V_maj}.%{V_min}.%{V_rev}
-Release: 20080719
+Release: 20080904
# package options
%option with_fsl yes
@@ -129,10 +129,10 @@
--with-large-files \
%endif
%if "%{with_icap}" == "yes"
- --with-icap-client \
+ --enable-icap-client \
%endif
%if "%{with_esi}" == "yes"
- --with-esi \
+ --enable-esi \
%endif
--enable-basic-auth-helpers="NCSA" \
--enable-digest-auth-helpers="password" \
@@ -144,8 +144,7 @@
--enable-forw-via-db \
--enable-useragent-log \
--enable-delay-pools \
- --enable-x-accelerator-vary \
- --enable-follow-x-forwarded-for
+ --enable-x-accelerator-vary
# build package
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]