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