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
|
--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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user