not sure why, but ghc started failing linking the C libs unless explicitly built with -fPIC

This commit is contained in:
Joey Hess 2015-06-05 14:37:01 -04:00
parent cb69574f96
commit 5211b8fc70

View file

@ -127,7 +127,7 @@ Executable git-annex
bloomfilter, edit-distance, bloomfilter, edit-distance,
resourcet, http-conduit, http-types, resourcet, http-conduit, http-types,
esqueleto, persistent-sqlite, persistent, persistent-template esqueleto, persistent-sqlite, persistent, persistent-template
CC-Options: -Wall CC-Options: -Wall -fPIC
GHC-Options: -Wall -fno-warn-tabs GHC-Options: -Wall -fno-warn-tabs
Extensions: PackageImports Extensions: PackageImports
-- Some things don't work with the non-threaded RTS. -- Some things don't work with the non-threaded RTS.