util-linux: disable ccache for now to unbreak x86 build.

This commit is contained in:
Juan RP 2015-03-09 12:05:20 +01:00
parent 45f9291a61
commit d42eb8f184

View File

@ -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