acpica-utils: fails randomly with makejobs, disable it for now.
This commit is contained in:
parent
205fd04d72
commit
60ec9b6162
|
@ -32,9 +32,9 @@ do_build() {
|
|||
sed -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' -i generate/unix/Makefile.config
|
||||
|
||||
if [ "$XBPS_TARGET_ARCH" = "i686" ]; then
|
||||
make ${makejobs} BITS=32
|
||||
make BITS=32
|
||||
else
|
||||
make ${makejobs} BITS=64
|
||||
make BITS=64
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue