|
|
@@ -35,11 +35,12 @@ Packager: rse@openpkg.org
|
|
|
Distribution: OpenPKG
|
|
|
License: GPL
|
|
|
Version: %{V_short}
|
|
|
-Release: 2
|
|
|
+Release: 3
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.squid-cache.org/Versions/v2/2.4/squid-%{V_long}-src.tar.gz
|
|
|
Source1: rc.squid
|
|
|
+Patch0: squid-%{V_long}.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -57,6 +58,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n squid-%{V_long}
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|