acpica-utils: fails randomly with makejobs, disable it for now.

This commit is contained in:
Juan RP 2013-08-12 15:55:02 +02:00
parent 205fd04d72
commit 60ec9b6162
1 changed files with 2 additions and 2 deletions

View File

@ -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
}