[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/18: gnu: zip: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
06/18: gnu: zip: Fix build with gcc-14. |
Date: |
Thu, 5 Dec 2024 14:45:40 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 0b32cf0e284dd781531df11d428be5c28ec5a697
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 4 09:28:12 2024 +0100
gnu: zip: Fix build with gcc-14.
* gnu/packages/compression.scm (zip)[arguments]: Add
"CC=-Wno-implicit-function-declaration" to #:make-flags. In phase "build"
use
target "generic" rather than "generic_gcc".
Change-Id: I21af1acdc550c83e63241811a6586598f187b2ef
---
gnu/packages/compression.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 99ea090091..b9c06b7e59 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1922,13 +1922,14 @@ the actual decompression, the other input and output.")
`(#:tests? #f ; no test target
#:make-flags (let ((out (assoc-ref %outputs "out")))
(list "-f" "unix/Makefile"
+ "CC=gcc -Wno-implicit-function-declaration"
(string-append "prefix=" out)
(string-append "MANDIR=" out "/share/man/man1")))
#:phases
(modify-phases %standard-phases
(replace 'build
(lambda* (#:key (make-flags '()) #:allow-other-keys)
- (apply invoke "make" "generic_gcc" make-flags)))
+ (apply invoke "make" "generic" make-flags)))
(delete 'configure))))
(home-page "http://www.info-zip.org/Zip.html";)
(synopsis "Compression and file packing utility")
- 13/18: gnu: automake-1.16.5: Skip tests., (continued)
- 13/18: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/05
- 10/18: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/05
- 12/18: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/05
- 16/18: gnu: libstdc++: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 14/18: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/05
- 11/18: gnu: automake: Update to 1.17., guix-commits, 2024/12/05
- 08/18: gnu: gettext: Update to 0.23., guix-commits, 2024/12/05
- 17/18: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/05
- 15/18: gnu: elfutils: Update to 0.192., guix-commits, 2024/12/05
- 09/18: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/05
- 06/18: gnu: zip: Fix build with gcc-14.,
guix-commits <=
- 05/18: gnu: libffi: Update to 3.4.6., guix-commits, 2024/12/05