>From 23ded34d9d284a3809075632cf0d851acbb2a866 Mon Sep 17 00:00:00 2001 From: Knut Petersen Date: Thu, 27 Jun 2019 14:06:03 +0200 Subject: [PATCH] Build tools::imagemagick with --disable-openmp openSuSE Tumbleweed broke building lilypond-doc because 'convert' from tools::imagemagick used the wrong libgomp. As we do not use this tool often the quick and easy solution is to disable the use of OpenMP. --- gub/specs/imagemagick.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gub/specs/imagemagick.py b/gub/specs/imagemagick.py index 1517a21c..d533e237 100644 --- a/gub/specs/imagemagick.py +++ b/gub/specs/imagemagick.py @@ -23,6 +23,7 @@ class ImageMagick__tools (tools.AutoBuild): + misc.join_lines (''' --without-magick-plus-plus --without-perl +--disable-openmp ''')) # Setting `CFLAGS' is not sufficient since ImageMagick's `configure' # script prepends stuff for libraries like libpng to `CFLAGS'. We thus -- 2.21.0