]> git.pld-linux.org Git - packages/util-vserver.git/blob - diet-ccache.patch
- rel 2; build with glibc, so it will also work on systems with newer kernels that...
[packages/util-vserver.git] / diet-ccache.patch
1 diet does not work well with ccache (missing quoting somewhere)
2
3 --- util-vserver-0.30.216-pre3034/Makefile.am~  2012-10-28 14:16:40.000000000 +0200
4 +++ util-vserver-0.30.216-pre3034/Makefile.am   2012-10-28 14:37:18.207577514 +0200
5 @@ -91,7 +91,7 @@
6  AM_INSTALLCHECK_STD_OPTIONS_EXEMPT =
7  
8  if USE_DIETLIBC
9 -DIET_CC                       :=  $(DIET) $(DIETFLAGS) $(CC)
10 +DIET_CC                       :=  $(DIET) $(DIETFLAGS) $(filter-out ccache,$(CC))
11  VSERVER_LDFLGS        :=  -static
12  else
13  VSERVER_LDFLGS        :=
This page took 0.052827 seconds and 3 git commands to generate.