summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-05 14:37:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-05 14:37:01 -0400
commit88898179b355ea80d5afa6ede9b931c6d5e84144 (patch)
treea3099d3237d65b6b7a83faf0f82e245731abd5f6 /git-annex.cabal
parent1c3d86e9aaabedb1f10844e38869f16283539a9c (diff)
not sure why, but ghc started failing linking the C libs unless explicitly built with -fPIC
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index fa255d4d5..d61506703 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -127,7 +127,7 @@ Executable git-annex
bloomfilter, edit-distance,
resourcet, http-conduit, http-types,
esqueleto, persistent-sqlite, persistent, persistent-template
- CC-Options: -Wall
+ CC-Options: -Wall -fPIC
GHC-Options: -Wall -fno-warn-tabs
Extensions: PackageImports
-- Some things don't work with the non-threaded RTS.