From: openKylin Developers <packaging@lists.openkylin.top>
Date: Fri, 29 May 2026 06:36:12 -0700
Subject: Run tests serially

Leptonica tests suite is not threadsafe.
Description: Run tests serially Leptonica tests suite is not threadsafe.
---
 prog/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prog/Makefile.am b/prog/Makefile.am
index 51f9895..0b252d5 100644
--- a/prog/Makefile.am
+++ b/prog/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = parallel-tests
+AUTOMAKE_OPTIONS = serial-tests
 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
 LDADD = $(top_builddir)/src/libleptonica.la $(LIBM)
  
