From e62f82ca9dcd1c94a01eee4cc0c9793f93b7e844 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 6 Jun 2015 12:09:45 -0400 Subject: [PATCH] -fPIC broke the autobuilders, so remove again. hmm --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index d615067034..fa255d4d54 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 -fPIC + CC-Options: -Wall GHC-Options: -Wall -fno-warn-tabs Extensions: PackageImports -- Some things don't work with the non-threaded RTS.