diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-12 20:41:12 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-12 20:44:42 +0100 |
commit | d836f6e8fb1d5165bf70839a7c953a56568848d7 (patch) | |
tree | e410209102f2b9de370878dda756fbcfa0a7446a /main/libffi/gnu-linux-define.patch | |
parent | c0fde8677310bd3478c6887ab15b173446c367aa (diff) | |
download | aports-d836f6e8fb1d5165bf70839a7c953a56568848d7.tar.bz2 aports-d836f6e8fb1d5165bf70839a7c953a56568848d7.tar.xz |
main/libff: actually apply the fix for #4275
Diffstat (limited to 'main/libffi/gnu-linux-define.patch')
-rw-r--r-- | main/libffi/gnu-linux-define.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/libffi/gnu-linux-define.patch b/main/libffi/gnu-linux-define.patch index 483be78e35..8dcae738ba 100644 --- a/main/libffi/gnu-linux-define.patch +++ b/main/libffi/gnu-linux-define.patch @@ -1,7 +1,9 @@ +http://bugs.alpinelinux.org/issues/4275 + diff --git a/closures.c.orig b/closures.c index 721ff00..22a699c 100644 ---- a/closures.c.orig -+++ b/closures.c +--- a/src/closures.c.orig ++++ b/src/closures.c @@ -34,7 +34,7 @@ #include <ffi_common.h> |