aflplusplus: force one job for make calls

This commit is contained in:
Jérôme Duval
2021-04-05 20:38:22 +02:00
committed by GitHub
parent f5f7e7149e
commit 536be627c2

View File

@@ -74,7 +74,7 @@ TEST_REQUIRES="
PATCH()
{
# grabbed from Gentoo port
sed -i -e 's/-O3 -fno-unroll-loops//' GNUmakefile
sed -i -e 's/-O3 -fno-unroll-loops//' -e 's/-j/-j1/g' GNUmakefile
}
makeAfl()