From 88898179b355ea80d5afa6ede9b931c6d5e84144 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Jun 2015 14:37:01 -0400 Subject: not sure why, but ghc started failing linking the C libs unless explicitly built with -fPIC --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-annex.cabal') 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. -- cgit v1.2.3