mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
util-linux: disable ccache for now to unbreak x86 build.
This commit is contained in:
parent
45f9291a61
commit
d42eb8f184
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue