[packages/pandoc] - disable optimizations on ix86

baggins baggins at pld-linux.org
Sun May 31 16:38:49 CEST 2020


commit 859b965d3f878fd15e74aa2401c7f99f6cfc5a4d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun May 31 16:38:25 2020 +0200

    - disable optimizations on ix86

 pandoc.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/pandoc.spec b/pandoc.spec
index 079eecb..53a8ee2 100644
--- a/pandoc.spec
+++ b/pandoc.spec
@@ -356,6 +356,9 @@ Dokumentacja w formacie HTML dla pakietu ghc %{name}.
 
 %build
 runhaskell Setup.hs configure -v2 \
+%ifarch %{ix86}
+	-O0 \
+%endif
 	%{?with_prof:--enable-library-profiling} \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pandoc.git/commitdiff/859b965d3f878fd15e74aa2401c7f99f6cfc5a4d



More information about the pld-cvs-commit mailing list