not sure why, but ghc started failing linking the C libs unless explicitly built with -fPIC
This commit is contained in:
parent
cb69574f96
commit
5211b8fc70
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue