[GHC] #9620: libffi.a is put in the wrong folder
GHC
ghc-devs at haskell.org
Sun Sep 21 13:24:51 UTC 2014
#9620: libffi.a is put in the wrong folder
-------------------------------------+-------------------------------------
Reporter: rezb1t | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.10.1
Component: Build | Version: 7.9
System | Keywords: libffi lib64
Resolution: | Architecture: Unknown/Multiple
Operating System: Linux | Difficulty: Unknown
Type of failure: Building | Blocked By:
GHC failed | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by Reid Barton <rwbarton@…>):
In [changeset:"835d874df1973b7e1c602a747b42b77095592a9c/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="835d874df1973b7e1c602a747b42b77095592a9c"
Make libffi install into a predictable directory (#9620)
On some systems (depending on gcc multilib configuration) libffi
would install into libffi/build/inst/lib64 even though we configure
it with --libdir=libffi/build/inst/lib. There appears to be no way
to get libffi to install to a predictable directory "out of the box",
so we apply a small patch to Makefile.in. This is the same fix used
in Gentoo's ebuild (https://bugs.gentoo.org/show_bug.cgi?id=462814).
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9620#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list