From 6452ad347215bbe3c873d1f06722ac9df6c45614 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 18 Oct 2016 20:55:50 +0200 Subject: [PATCH] linux3.14: disable ccache --- srcpkgs/linux3.14/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/linux3.14/template b/srcpkgs/linux3.14/template index 990b8547531..abaa570932d 100644 --- a/srcpkgs/linux3.14/template +++ b/srcpkgs/linux3.14/template @@ -31,6 +31,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