Skip to content

Disable parallel building

Michael Petlan requested to merge mpetlan/libtraceevent:my_bz2134397 into c9s

Parallel building is not well implemented in (upstream) Makefile, so it produces unpredictable results sometimes. Either some linking issues during the build, or it results in a library shared object, that looks OK, but misses some symbols, which is found late at runtime when the symbols are used by some application likned against the library.

Related: rhbz#2134397

Signed-off-by: Michael Petlan mpetlan@redhat.com

Merge request reports