From d42eb8f184e569e5e36fb25764871a9e227608f5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Mar 2015 12:05:20 +0100 Subject: [PATCH] util-linux: disable ccache for now to unbreak x86 build. --- srcpkgs/util-linux/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 3de0f30e456..96f362c330e 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -38,7 +38,9 @@ do_configure() { --without-udev --enable-write --localstatedir=/run } do_build() { + export CCACHE_DISABLE=1 make ${makejobs} + unset CCACHE_DISABLE } do_install() { make DESTDIR=${DESTDIR} install