mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
acpica-utils: fails randomly with makejobs, disable it for now.
This commit is contained in:
parent
205fd04d72
commit
60ec9b6162
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ do_build() {
|
||||||
sed -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' -i generate/unix/Makefile.config
|
sed -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' -i generate/unix/Makefile.config
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ARCH" = "i686" ]; then
|
if [ "$XBPS_TARGET_ARCH" = "i686" ]; then
|
||||||
make ${makejobs} BITS=32
|
make BITS=32
|
||||||
else
|
else
|
||||||
make ${makejobs} BITS=64
|
make BITS=64
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue