SOURCES: squid-auth_on_acceleration.patch (NEW) - add --with-auth-...

glen glen at pld-linux.org
Mon Oct 31 16:51:33 CET 2005


Author: glen                         Date: Mon Oct 31 15:51:33 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add --with-auth-on-acceleration

---- Files affected:
SOURCES:
   squid-auth_on_acceleration.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/squid-auth_on_acceleration.patch
diff -u /dev/null SOURCES/squid-auth_on_acceleration.patch:1.1
--- /dev/null	Mon Oct 31 16:51:33 2005
+++ SOURCES/squid-auth_on_acceleration.patch	Mon Oct 31 16:51:28 2005
@@ -0,0 +1,19 @@
+based on infromation from
+http://www.squid-cache.org/mail-archive/squid-users/200304/0003.html
+
+--- squid-2.5.STABLE12/configure.in~	2005-10-31 17:27:14.000000000 +0200
++++ squid-2.5.STABLE12/configure.in	2005-10-31 17:47:07.000000000 +0200
+@@ -1242,6 +1242,13 @@
+ 	;;
+ esac
+ 
++AC_ARG_WITH(auth-on-acceleration,
++[  --with-auth-on-acceleration      Enable authentication on accelerated request.],
++[ if test "$withval" = yes; then
++	AC_DEFINE([AUTH_ON_ACCELERATION], [1], [Enable authentication on accelerated request.])
++  fi
++])
++
+ dnl Check for programs
+ AC_PROG_CPP
+ AC_PROG_INSTALL
================================================================



More information about the pld-cvs-commit mailing list