acpica-utils: fails randomly with makejobs, disable it for now.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user