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 --without-udev --enable-write --localstatedir=/run
} }
do_build() { do_build() {
export CCACHE_DISABLE=1
make ${makejobs} make ${makejobs}
unset CCACHE_DISABLE
} }
do_install() { do_install() {
make DESTDIR=${DESTDIR} install make DESTDIR=${DESTDIR} install