Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable shared libraries for x86 in HEAD #216

Closed
neko-kai opened this issue Feb 16, 2013 · 2 comments
Closed

Disable shared libraries for x86 in HEAD #216

neko-kai opened this issue Feb 16, 2013 · 2 comments

Comments

@neko-kai
Copy link
Contributor

I've just built HEAD, and, at least on x86, dynamic-by-default is not yet enabled, so this line is extraneous
https://github.com/gentoo-haskell/gentoo-haskell/blob/master/eclass/haskell-cabal.eclass#L342

@trofi
Copy link
Contributor

trofi commented Feb 18, 2013

Eh, yeah, was disabled by upstream a while ago:

ghc/ghc@951e28c

I'll try to add an USE flag for ghc (or another magic) to make it optional.

trofi pushed a commit that referenced this issue Feb 18, 2013
As exbb2 found out in Issue #216 (#216)
ghc-HEAD switched bask to static by default:
    ghc/ghc@951e28c

Added some helpers to detect such ghc and made use of them.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
trofi pushed a commit that referenced this issue Feb 18, 2013
Switches ghc to build shared libraries by default
for experimental purposes.

Addresses Issue #216 (#216)

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
@trofi
Copy link
Contributor

trofi commented Feb 18, 2013

Pushed USE=shared (enabled by default).

Thanks!

@trofi trofi closed this as completed Feb 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants