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: 20-Feb-2008 07:36:21
Branch: HEAD Handle: 2008022006362000
Modified files:
openpkg-src/squid squid.spec
Log:
add optional large file support
Summary:
Revision Changes Path
1.121 +9 -5 openpkg-src/squid/squid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squid/squid.spec
============================================================================
$ cvs diff -u -r1.120 -r1.121 squid.spec
--- openpkg-src/squid/squid.spec 1 Jan 2008 15:05:13 -0000 1.120
+++ openpkg-src/squid/squid.spec 20 Feb 2008 06:36:20 -0000 1.121
@@ -37,13 +37,14 @@
Group: Web
License: GPL
Version: %{V_maj}.%{V_min}.%{V_rev}
-Release: 20080101
+Release: 20080220
# package options
-%option with_fsl yes
-%option with_ssl no
-%option with_snmp no
-%option with_ntlm no
+%option with_fsl yes
+%option with_ssl no
+%option with_snmp no
+%option with_ntlm no
+%option with_largefiles no
# list of sources
Source0:
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}.tar.gz
@@ -122,6 +123,9 @@
%else
--enable-auth="basic digest" \
%endif
+%if "%{with_largefiles}" == "yes"
+ --with-large-files \
+%endif
--enable-basic-auth-helpers="NCSA" \
--enable-digest-auth-helpers="password" \
--enable-default-err-language=English \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]