First check in
This commit is contained in:
BIN
SRC/libffi-3.2.tar.gz
Normal file
BIN
SRC/libffi-3.2.tar.gz
Normal file
Binary file not shown.
1
SRC/libffi-3.2.tar.gz.sha512
Normal file
1
SRC/libffi-3.2.tar.gz.sha512
Normal file
@@ -0,0 +1 @@
|
||||
fed5f6eec86144608966857f54bd69a5faa43427f27bc9178ebe2c7a1cecf925c20dbd6df07a207ae469842874efcf5b99fb7e09db59cbd92ebfc0a7e1bb62b7
|
||||
28
SRC/patches/01_include-fix.patch
Normal file
28
SRC/patches/01_include-fix.patch
Normal file
@@ -0,0 +1,28 @@
|
||||
diff -Naur a/include/Makefile.in b/include/Makefile.in
|
||||
--- a/include/Makefile.in 2014-11-11 06:31:12.000000000 -0600
|
||||
+++ b/include/Makefile.in 2016-09-29 13:11:39.172000000 -0500
|
||||
@@ -314,7 +314,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
DISTCLEANFILES = ffitarget.h
|
||||
EXTRA_DIST = ffi.h.in ffi_common.h
|
||||
-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
|
||||
+includesdir = $(includedir)
|
||||
nodist_includes_HEADERS = ffi.h ffitarget.h
|
||||
all: all-am
|
||||
|
||||
diff -Naur a/libffi.pc.in b/libffi.pc.in
|
||||
--- a/libffi.pc.in 2014-11-08 06:47:24.000000000 -0600
|
||||
+++ b/libffi.pc.in 2016-09-29 13:11:52.508000000 -0500
|
||||
@@ -2,10 +2,10 @@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
toolexeclibdir=@toolexeclibdir@
|
||||
-includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
|
||||
+includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Library supporting Foreign Function Interfaces
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${toolexeclibdir} -lffi
|
||||
-Cflags: -I${includedir}
|
||||
+Cflags:
|
||||
2
SRC/patches/README
Normal file
2
SRC/patches/README
Normal file
@@ -0,0 +1,2 @@
|
||||
Place any patch files here and preface each with a number indicating
|
||||
the order of execution. Patch files are expected to use a .patch extension.
|
||||
Reference in New Issue
Block a user