# HG changeset patch # User Nick Wellnhofer <wellnhofer@aevum.de> # Date 1662469982 -7200 # Tue Sep 06 15:13:02 2022 +0200 # Node ID 4239d58dca0d69d2d799a87951842e7b89c7c8a8 # Parent 67d58e68270e638c5ca7cfc429432a8059a50071 autotools: Disable parallel Python build See https://gitlab.gnome.org/GNOME/libxml2/-/commit/ea8f7c92a9e3f7d89e57b0a1eae0229555da7356 diff --git a/python/Makefile.am b/python/Makefile.am --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,4 +1,8 @@ -# Makefile for libxml2 python library +# Makefile for libxslt python library + +# We use a rule with multiple output files which creates problems with +# parallel builds. +.NOTPARALLEL: SUBDIRS = . tests