[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/74: gnu: libffi: Update to 3.4.6; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
09/74: gnu: libffi: Update to 3.4.6; fixes build with gcc-14. |
Date: |
Wed, 18 Dec 2024 08:06:52 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit a4e47be9817fe8b3f1063281cb43d104c98e7ad0
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 08:03:10 2024 +0100
gnu: libffi: Update to 3.4.6; fixes build with gcc-14.
* gnu/packages/libffi.scm (libffi): Update to 3.4.6.
[arguments]: Remove CFLAGS hack.
Change-Id: I1d9ea6094e42d154f6fa17b47106e066b32d9ca2
---
gnu/packages/libffi.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 660762ea09..7e2bbba042 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -49,7 +49,7 @@
(define-public libffi
(package
(name "libffi")
- (version "3.4.4")
+ (version "3.4.6")
(source (origin
(method url-fetch)
(uri
@@ -58,20 +58,13 @@
name "-" version ".tar.gz"))
(sha256
(base32
- "0xpn5mqlbdmqgxgp910ba1qj79axpwr8nh7wklmcz0ls4nnmcv6n"))))
+ "0kjsi51phx1pskjhhwa9y5fxdazzxgrl0m421sjsfqy84ggskpmh"))))
(build-system gnu-build-system)
(arguments
`(;; Prevent the build system from passing -march and -mtune to the
;; compiler. See "ax_cc_maxopt.m4" and "ax_gcc_archflag.m4".
#:configure-flags '("--enable-portable-binary"
- "--without-gcc-arch"
- ,@(if (or (target-hurd64?)
- (%current-target-system)
- (and (target-x86-64?) (target-linux?)))
- (list (string-append
- "CFLAGS=-g -O2"
- " -Wno-implicit-function-declaration"))
- '()))))
+ "--without-gcc-arch")))
(outputs '("out" "debug"))
(synopsis "Foreign function call interface library")
(description
- branch core-packages-team created (now 62fc13d17f), guix-commits, 2024/12/18
- 02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/18
- 01/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/18
- 03/74: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/18
- 12/74: gnu: gettext: Update to 0.23., guix-commits, 2024/12/18
- 11/74: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/18
- 09/74: gnu: libffi: Update to 3.4.6; fixes build with gcc-14.,
guix-commits <=
- 13/74: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/18
- 23/74: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/18
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/18
- 22/74: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/18
- 33/74: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/18
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/18
- 40/74: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/18
- 37/74: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/18
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/18
- 06/74: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/18