diff options
| author | Marco TĂșlio Gontijo e Silva <marcot@marcot.eti.br> | 2010-08-23 17:42:28 +0400 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-08-23 17:42:28 +0400 |
| commit | 453584280601d9c9d54038e816d35dfb13e7f735 (patch) | |
| tree | 6f13e6ca21b4ac64711f05348594bce527fbcb76 /p/haskell-leksah-server | |
| parent | c9b9dfd8a1d6dd0a70578bfb3df69896f6bba799 (diff) | |
| download | DHG_packages-453584280601d9c9d54038e816d35dfb13e7f735.tar.gz | |
haskell-leksah-server: Fix "haskell-leksah-server - FTBFS: cannot find -lHSrts_thr" by also consider the flag when building leksahecho. (Closes: #594070)
Diffstat (limited to 'p/haskell-leksah-server')
| -rw-r--r-- | p/haskell-leksah-server/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-leksah-server/debian/patches/threaded_flag.cabal | 20 |
2 files changed, 25 insertions, 2 deletions
diff --git a/p/haskell-leksah-server/debian/changelog b/p/haskell-leksah-server/debian/changelog index dadcbb562..33683cb8e 100644 --- a/p/haskell-leksah-server/debian/changelog +++ b/p/haskell-leksah-server/debian/changelog @@ -1,3 +1,10 @@ +haskell-leksah-server (0.8.0.6-3) UNRELEASED; urgency=low + + * Fix "haskell-leksah-server - FTBFS: cannot find -lHSrts_thr" + by also consider the flag when building leksahecho. (Closes: #594070) + + -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Mon, 23 Aug 2010 10:41:48 -0300 + haskell-leksah-server (0.8.0.6-2) unstable; urgency=low * Fix "FTBFS [!x86]: /usr/bin/ld: cannot find -lHSrts_thr" by creating diff --git a/p/haskell-leksah-server/debian/patches/threaded_flag.cabal b/p/haskell-leksah-server/debian/patches/threaded_flag.cabal index 546c1f327..88c685914 100644 --- a/p/haskell-leksah-server/debian/patches/threaded_flag.cabal +++ b/p/haskell-leksah-server/debian/patches/threaded_flag.cabal @@ -1,7 +1,7 @@ Index: haskell-leksah-server-0.8.0.6/leksah-server.cabal =================================================================== ---- haskell-leksah-server-0.8.0.6.orig/leksah-server.cabal 2010-08-23 07:47:18.000000000 -0300 -+++ haskell-leksah-server-0.8.0.6/leksah-server.cabal 2010-08-23 07:51:20.000000000 -0300 +--- haskell-leksah-server-0.8.0.6.orig/leksah-server.cabal 2010-08-23 08:00:19.000000000 -0300 ++++ haskell-leksah-server-0.8.0.6/leksah-server.cabal 2010-08-23 10:39:32.000000000 -0300 @@ -26,6 +26,10 @@ Default: False Description: Use libcurl instead of running wget @@ -31,3 +31,19 @@ Index: haskell-leksah-server-0.8.0.6/leksah-server.cabal ghc-prof-options: -auto-all -prof -- Bundled leksah-process +@@ -132,10 +140,13 @@ + hs-source-dirs: src + ghc-prof-options: -auto-all -prof + ghc-shared-options: -auto-all -prof ++ if flag(threaded) ++ ghc-options: -threaded ++ + if (impl(ghc >= 6.12)) +- ghc-options: -Wall -fno-warn-unused-do-bind -ferror-spans -threaded -O2 ++ ghc-options: -Wall -fno-warn-unused-do-bind -ferror-spans -O2 + else +- ghc-options: -Wall -ferror-spans -threaded -O2 ++ ghc-options: -Wall -ferror-spans -O2 + + -- Bundled leksah-process + c-sources: |
