The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cryptodev-linux / 0002-fix-ccache-compile.patch
1 Fix compilation with ccache enabled
2
3 When ccache is enabled the CROSS_COMPILE variable contains a space, so
4 it must be properly quoted.
5
6 Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
7
8 Index: cryptodev-linux-1.7/Makefile
9 ===================================================================
10 --- cryptodev-linux-1.7.orig/Makefile
11 +++ cryptodev-linux-1.7/Makefile
12 @@ -18,7 +18,7 @@ ifneq (${ARCH},)
13  KERNEL_MAKE_OPTS += ARCH=${ARCH}
14  endif
15  ifneq (${CROSS_COMPILE},)
16 -KERNEL_MAKE_OPTS += CROSS_COMPILE=${CROSS_COMPILE}
17 +KERNEL_MAKE_OPTS += CROSS_COMPILE="${CROSS_COMPILE}"
18  endif
19  
20  build: version.h