util-linux: apply x86 workaround with ccache.
This commit is contained in:
@@ -39,7 +39,14 @@ do_configure() {
|
||||
--enable-write --localstatedir=/run
|
||||
}
|
||||
do_build() {
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
# XXX
|
||||
export CCACHE_DISABLED=1
|
||||
make ${makejobs}
|
||||
unset CCACHE_DISABLED
|
||||
else
|
||||
make ${makejobs}
|
||||
fi
|
||||
}
|
||||
do_install() {
|
||||
make usrsbin_execdir=/usr/bin DESTDIR=${DESTDIR} install
|
||||
|
||||
Reference in New Issue
Block a user