Ticket #3196: ghc-libffi-prof.patch
| File ghc-libffi-prof.patch, 0.6 KB (added by juhpetersen, 4 years ago) |
|---|
-
ghc-6.11.20090425/libffi/Makefile
diff -u ghc-6.11.20090425/libffi/Makefile\~ ghc-6.11.20090425/libffi/Makefile
old new 68 68 69 69 INSTALL_HEADERS += ffi.h 70 70 STATIC_LIB = libffi.a 71 INSTALL_LIBS += libHSffi.a libHSffi_p.aHSffi.o71 INSTALL_LIBS += libHSffi.a $(if $(findstring p, $(GhcLibWays)),libHSffi_p.a,) HSffi.o 72 72 73 73 # We have to add the GHC version to the name of our dynamic libs, because 74 74 # they will be residing in the system location along with dynamic libs from
