[commit: libffi-tarballs] libffi-3.99999+git20171002+77e130c: Add patch with which the tarball was generated (96d0280)

git at git.haskell.org git at git.haskell.org
Mon Oct 2 14:40:21 UTC 2017


Repository : ssh://git@git.haskell.org/libffi-tarballs

On branch  : libffi-3.99999+git20171002+77e130c
Link       : http://git.haskell.org/libffi-tarballs.git/commitdiff/96d02800759dcedb9c98a18a5797b86eb3b6e7c2

>---------------------------------------------------------------

commit 96d02800759dcedb9c98a18a5797b86eb3b6e7c2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Oct 2 10:39:32 2017 -0400

    Add patch with which the tarball was generated


>---------------------------------------------------------------

96d02800759dcedb9c98a18a5797b86eb3b6e7c2
 0001-Ensure-libffi.map-is-generated.patch | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/0001-Ensure-libffi.map-is-generated.patch b/0001-Ensure-libffi.map-is-generated.patch
new file mode 100644
index 0000000..9c8913c
--- /dev/null
+++ b/0001-Ensure-libffi.map-is-generated.patch
@@ -0,0 +1,24 @@
+From 77e130c1e2f2879ffe9b7add0873101c50208d1a Mon Sep 17 00:00:00 2001
+From: Ben Gamari <ben at smart-cactus.org>
+Date: Mon, 2 Oct 2017 09:45:05 -0400
+Subject: [PATCH] Ensure libffi.map is generated
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index d155a6d..f3162d5 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -383,6 +383,6 @@ test -d src/$TARGETDIR || mkdir src/$TARGETDIR
+ 
+ AC_CONFIG_LINKS(include/ffitarget.h:src/$TARGETDIR/ffitarget.h)
+ 
+-AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile doc/Makefile libffi.pc)
++AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile doc/Makefile libffi.pc libffi.map)
+ 
+ AC_OUTPUT
+-- 
+2.11.0
+



More information about the ghc-commits mailing list