summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-06 09:35:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-06 09:35:43 -0400
commit10635fea01282eb041fc434e5b1186b0b5a5ae97 (patch)
tree40c2ade3591a10cf632b91927351b36a97384ab2 /git-annex.cabal
parentd030f2c9146458ca0dd30e970c8b3eff47bb4268 (diff)
Disable building with the haskell threaded runtime when the assistant is not built. This may fix builds on s390x and sparc, which are failing to link -lHSrts_thr
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 79bb59ca7..b1a2e20c3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -76,7 +76,7 @@ Executable git-annex
Include-Dirs: Utility
C-Sources: Utility/libdiskfree.c Utility/libmounts.c
CC-Options: -Wall
- GHC-Options: -threaded -Wall
+ GHC-Options: -Wall
CPP-Options: -DWITH_CLIBS
Extensions: PackageImports
@@ -98,6 +98,7 @@ Executable git-annex
if flag(Assistant) && ! os(windows) && ! os(solaris)
Build-Depends: async, stm (>= 2.3)
CPP-Options: -DWITH_ASSISTANT
+ GHC-Options: -threaded
if flag(Android)
Build-Depends: data-endian