diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-05 17:17:04 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-05 17:17:04 +0000 |
commit | 4e8e0ed5c8d927e732c449bdee8117255dc2b1bc (patch) | |
tree | 4b572eb3cff25b39583390e6d412aaba7c29e4f0 /libffi/ghc.mk | |
parent | 3e994123a7e57a020b2e614fc0f5ca1aa59bdd22 (diff) | |
download | haskell-4e8e0ed5c8d927e732c449bdee8117255dc2b1bc.tar.gz |
Update to libffi 3.0.8; fixes trac #3119
Diffstat (limited to 'libffi/ghc.mk')
-rw-r--r-- | libffi/ghc.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index 3f101dffed..d7474c9f3e 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -109,10 +109,10 @@ $(libffi_STAMP_CONFIGURE): cd libffi && $(TAR) -zxf tarball/libffi*.tar.gz mv libffi/libffi-* libffi/build chmod +x libffi/ln - cd libffi && $(PATCH) -p0 < libffi.dllize-3.0.6.patch - - # This patch is just the resulting delta from running automake, autoreconf, libtoolize --force --copy - cd libffi && "$(PATCH)" -p0 < libffi.autotools-update.patch + cd libffi/build && "$(PATCH)" -p1 < ../libffi.dllize-3.0.8.patch + # This patch is just the resulting delta from running + # automake && autoreconf && libtoolize --force --copy + cd libffi/build && "$(PATCH)" -p1 < ../libffi.autotools-update-3.0.8.patch # Because -Werror may be in SRC_CC_OPTS/SRC_LD_OPTS, we need to turn # warnings off or the compilation of libffi might fail due to warnings |