[gtk2hs-buildtools] temporary verbose build to extract .s breaking binutils

Jens Petersen petersen at fedoraproject.org
Mon Sep 6 06:01:54 UTC 2010


commit c685b091edd53e6789b00eae69d0264613187ab2
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Sep 6 16:01:55 2010 +1000

    temporary verbose build to extract .s breaking binutils

 gtk2hs-buildtools.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gtk2hs-buildtools.spec b/gtk2hs-buildtools.spec
index d33baef..e60ee02 100644
--- a/gtk2hs-buildtools.spec
+++ b/gtk2hs-buildtools.spec
@@ -39,7 +39,10 @@ the gtk2hs libraries themselves.
 
 
 %build
-%ghc_bin_build
+#%%ghc_bin_build
+%cabal_configure --ghc -v3 --ghc-option=-keep-tmp-file || cat /tmp/ghc*/ghc*.s
+%cabal build -v3
+%cabal haddock %{?with_hscolour:--hyperlink-source}
 
 
 %install


More information about the scm-commits mailing list