From e2fc91abeb4b3a9c95264c853e5ae5c0e69d6ad5 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 18 Oct 2016 19:43:20 +0200 Subject: [PATCH] linux4.7: disable ccache --- srcpkgs/linux4.7/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/linux4.7/template b/srcpkgs/linux4.7/template index a647945f80..da0722a1ab 100644 --- a/srcpkgs/linux4.7/template +++ b/srcpkgs/linux4.7/template @@ -35,6 +35,8 @@ mutable_files=" /usr/lib/modules/${_kernver}/modules.alias.bin /usr/lib/modules/${_kernver}/modules.devname" +export CCACHE_DISABLE=1 + do_configure() { # If there's a file called -dotconfig, use it to # configure the kernel; otherwise use arch defaults and all stuff