summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-09-23 10:20:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-23 16:10:29 +0200
commit8179a21f381e9746f31f552fb12f9dfcffbb17b7 (patch)
tree76b727be58da5499188dd28ee59e34f8ce829e42 /rules
parent553fbbfea81ae8d4ed2fa2a6e5839a903d48700d (diff)
downloadptxdist-8179a21f381e9746f31f552fb12f9dfcffbb17b7.tar.gz
ptxdist-8179a21f381e9746f31f552fb12f9dfcffbb17b7.tar.xz
libffi: Version bump. 3.4.2 -> 3.4.3
https://github.com/libffi/libffi/releases/tag/v3.4.3 Minor bugfixes. * Forward patches and redo them so they apply cleanly. * Add disable docs to configure options. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220923082047.693088-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libffi.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/libffi.make b/rules/libffi.make
index b22dd266a..fe8ea11b6 100644
--- a/rules/libffi.make
+++ b/rules/libffi.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi
#
# Paths and names
#
-LIBFFI_VERSION := 3.4.2
-LIBFFI_MD5 := 294b921e6cf9ab0fbaea4b639f8fdbe8
+LIBFFI_VERSION := 3.4.3
+LIBFFI_MD5 := b57b0ac1d1072681cee9148a417bd2ec
LIBFFI := libffi-$(LIBFFI_VERSION)
LIBFFI_SUFFIX := tar.gz
LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX)
@@ -37,6 +37,7 @@ LIBFFI_CONF_OPT := \
--enable-portable-binary \
--disable-pax_emutramp \
--disable-debug \
+ --disable-docs \
--enable-structs \
--enable-raw-api \
--disable-purify-safety \