]> git.pld-linux.org Git - packages/varnish.git/blob - no-ccache.patch
up to 3.0.7
[packages/varnish.git] / no-ccache.patch
1 --- varnish-3.0.2/configure.ac~ 2011-10-24 10:25:13.000000000 +0300
2 +++ varnish-3.0.2/configure.ac  2011-10-30 11:45:58.270940488 +0200
3 @@ -540,6 +540,8 @@
4  if test "$ac_cv_env_VCC_CC_set" = "set"; then
5         VCC_CC="$ac_cv_env_VCC_CC_value"
6  else
7 +       # cleanup "ccache" from compiler as we don't want end user varnish to use ccache if we used one at compile time
8 +       PTHREAD_CC=${PTHREAD_CC#ccache }
9         case $target in
10         *-*-solaris*)
11                 case $PTHREAD_CC in
This page took 0.058348 seconds and 3 git commands to generate.