diff --git a/apron.spec b/apron.spec index 957070f..c51cab6 100644 --- a/apron.spec +++ b/apron.spec @@ -137,7 +137,8 @@ export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8" # Put back a flag that the configure script strips out sed -i 's/-Wp,-D_FORTIFY_SOURCE=2/-Werror=format-security &/' Makefile.config -%make_build +# Parallel builds fail intermittently +make make doc # for some reason this is no longer built in `make doc`