diffing dir...
Fri Jul 16 07:34:29 EDT 2010 Axe...@in...
* Work around a bug in ghci that causes a crash on x86-64 platforms.
Ignore-this: 2e16c4dea831f0e52fbc7b1834d564f6
hunk ./gtk/gtk.cabal 313
-
+ -- Due to http://hackage.haskell.org/trac/ghc/ticket/781
+ -- we need to compile the hsgthread.c module with -fPIC to ensure that a global
+ -- variable in GLib that holds the address for the mutex lock and unlock functions
+ -- is accessed correctly. This bug only exists on x86-64 platforms.
+ if arch(x86_64)
+ cc-options: -fPIC
|