From 30687f4b3e417600d9cbd867c4e0cdde080a14fa Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Ayllon Date: Jul 22 2020 11:10:57 +0000 Subject: Disable interactive svg plots in Doxygen Some _org.svg files go missing on s390x --- diff --git a/sourcextractor++.spec b/sourcextractor++.spec index f741726..2032910 100644 --- a/sourcextractor++.spec +++ b/sourcextractor++.spec @@ -122,6 +122,9 @@ mkdir -p "%{_vpath_builddir}/doc/doxygen" cp "%{SOURCE1}" "%{_vpath_builddir}/doc/doxygen" # Disable FULL_PATH_NAMES on Doxygen, to avoid problems when building in different architectures sed -i "s?^\\(EXCLUDE = .*\\)?\\1 $(pwd)/%{_vpath_builddir}?g" "%{_vpath_builddir}/doc/doxygen/Doxyfile" +# Disable interactive svg, so _org.svg files are not generated +# For some reason, some of these files go missing on s390x +sed -i "s?INTERACTIVE_SVG = YES?INTERACTIVE_SVG = NO?g" "%{_vpath_builddir}/doc/doxygen/Doxyfile" %make_build -C "%{_vpath_builddir}"