Skip to content

Commit bb9e7e0

Browse files
committed
Update libffi to 3.4.6
Build failure on fedora 40: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -Wall -fstack-protector-strong -fno-plt -O2 -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1 ../src/tramp.c: In function 'ffi_tramp_get_temp_file': ../src/tramp.c:262:22: error: implicit declaration of function 'open_temp_exec_file' [-Wimplicit-function-declaration] 262 | tramp_globals.fd = open_temp_exec_file (); Issue appears to have been fixed in 3.4.4, but bumping to .6 as that's the most current.
1 parent eccb5f8 commit bb9e7e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/components/libffi.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component 'libffi' do |pkg, settings, platform|
2-
pkg.version '3.4.3'
3-
pkg.md5sum 'b57b0ac1d1072681cee9148a417bd2ec'
2+
pkg.version '3.4.6'
3+
pkg.md5sum 'b9cac6c5997dca2b3787a59ede34e0eb'
44
pkg.url "https://github.com/libffi/libffi/releases/download/v#{pkg.get_version}/#{pkg.get_name}-#{pkg.get_version}.tar.gz"
55
pkg.mirror "#{settings[:buildsources_url]}/#{pkg.get_name}-#{pkg.get_version}.tar.gz"
66

0 commit comments

Comments
 (0)