util-linux: disable ccache for now to unbreak x86 build.
This commit is contained in:
parent
45f9291a61
commit
d42eb8f184
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user