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