瀏覽代碼

cleanup configure option usage (Squid 2 -> 3 leftovers)

Ralf S. Engelschall 17 年之前
父節點
當前提交
f58e5f7b24
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      squid/squid.spec

+ 4 - 5
squid/squid.spec

@@ -37,7 +37,7 @@ Class:        BASE
 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 @@ AutoReqProv:  no
         --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 @@ AutoReqProv:  no
         --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}