Commit a8ec41b5 authored by Łukasz Nowak's avatar Łukasz Nowak

Force only one make.

Parallel invocations of make kills perl-XML-LibXML on really fast
machines.
parent a7173d09
......@@ -21,6 +21,9 @@ configure-command =
LIBS="-L${libxml2:location}/lib -L${zlib:location}/lib"
make-options =
OTHERLDFLAGS=" -Wl,-rpath -Wl,${libxml2:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib"
# Parallel make does not work for this package on fast machines
# with many cores
environment =
LD_LIBRARY_PATH=${libxml2:location}/lib:${zlib:location}/lib
PERLLIB=blib/lib
MAKEFLAGS=-j1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment