From ac3a4da15ad9e5a5dd0997f0c785e9446e8928a7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 2 Mar 2019 22:47:55 +0800 Subject: [PATCH] fix quoting of -O0 --- ghc-JuicyPixels.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index d52e202..8843dbc 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -59,7 +59,7 @@ sed -i 's/\r$//' LICENSE %build # https://ghc.haskell.org/trac/ghc/ticket/16379 %ifarch s390x -cabal_configure_extra_options='--ghc-option="-O0"' +cabal_configure_extra_options="--ghc-option=-O0" %endif # Begin cabal-rpm build: %ghc_lib_build