summaryrefslogtreecommitdiffstats
path: root/package/libffi/0003-fix-typo.patch
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2015-09-19 23:15:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-20 14:30:21 +0200
commit6730fb11b93e876fb5ae6fe347141e5f0edb2cb9 (patch)
tree06cc2269d0eb07bd919b4962067cd820afa0a50b /package/libffi/0003-fix-typo.patch
parent64476e4a4db3fa121291b09c2b1e1c997835eb6d (diff)
downloadbuildroot-6730fb11b93e876fb5ae6fe347141e5f0edb2cb9.tar.gz
buildroot-6730fb11b93e876fb5ae6fe347141e5f0edb2cb9.zip
package/libffi: bump to version 3.2.1
Also: - unfuzz patches #1 and #2 - remove applied patches upstream Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libffi/0003-fix-typo.patch')
-rw-r--r--package/libffi/0003-fix-typo.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/package/libffi/0003-fix-typo.patch b/package/libffi/0003-fix-typo.patch
deleted file mode 100644
index f20804bf8b..0000000000
--- a/package/libffi/0003-fix-typo.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From cbc5a3c0200aa6c2cf8d6798d69a21501557c83f Mon Sep 17 00:00:00 2001
-From: Ryan Hill <rhill@gentoo.org>
-Date: Sat, 31 May 2014 08:26:34 -0400
-Subject: [PATCH 05/10] Fix typo
-
-This patch was borrowed from upstream, commit
-cbc5a3c0200aa6c2cf8d6798d69a21501557c83f, and will be part of the next
-3.1.1 release.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- include/ffi.h.in | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/include/ffi.h.in b/include/ffi.h.in
-index 93c776f..70c6179 100644
---- a/include/ffi.h.in
-+++ b/include/ffi.h.in
-@@ -1,5 +1,5 @@
- /* -----------------------------------------------------------------*-C-*-
-- libffi @VERSION@ - Copyright (c) 2011 Anthony Green
-+ libffi @VERSION@ - Copyright (c) 2011, 2014 Anthony Green
- - Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
-
- Permission is hereby granted, free of charge, to any person
-@@ -221,10 +221,10 @@ typedef struct {
- #endif
- } ffi_cif;
-
--#if HAVE_LONG_DOUBLE_VARIANT
-+#if @HAVE_LONG_DOUBLE_VARIANT@
- /* Used to adjust size/alignment of ffi types. */
- void ffi_prep_types (ffi_abi abi);
--# endif
-+#endif
-
- /* Used internally, but overridden by some architectures */
- ffi_status ffi_prep_cif_core(ffi_cif *cif,
---
-2.0.0
-
OpenPOWER on IntegriCloud