[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/75: gnu: libssh: Use -Wno-error= for Hurd cross-build.
From: |
guix-commits |
Subject: |
61/75: gnu: libssh: Use -Wno-error= for Hurd cross-build. |
Date: |
Sun, 15 Dec 2024 18:06:40 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit b29233de6de7ddd4a58c9c84a130f1729e4b3f1c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:30:49 2024 +0100
gnu: libssh: Use -Wno-error= for Hurd cross-build.
* gnu/packages/ssh.scm (libssh)[arguments]: Insert "error=" in
#:configure-flags.
Change-Id: Iaad6931cbd99c5224fc799f9f8b2c39ee8e4ae12
---
gnu/packages/ssh.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 5181273407..41d3df009a 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -161,9 +161,10 @@ file names.
`(#:configure-flags '("-DWITH_GCRYPT=ON"
,@(if (and (%current-target-system)
(not (target-64bit?)))
- (list (string-append
- "-DCMAKE_C_FLAGS=-g -O2"
- " -Wno-incompatible-pointer-types"))
+ (list
+ (string-append
+ "-DCMAKE_C_FLAGS=-g -O2"
+ " -Wno-error=incompatible-pointer-types"))
'()))
;; TODO: Add 'CMockery' and '-DWITH_TESTING=ON' for the test suite.
- branch core-packages-team-old created (now 4eba1e3a92), guix-commits, 2024/12/15
- 04/75: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 18/75: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/15
- 32/75: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/15
- 44/75: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/15
- 61/75: gnu: libssh: Use -Wno-error= for Hurd cross-build.,
guix-commits <=
- 70/75: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/15
- 50/75: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/15
- 49/75: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/15
- 73/75: REMOVEME gnu: Add gcc-11-fixed, enhancing `relax-gcc-14s-strictness' stage., guix-commits, 2024/12/15
- 12/75: gnu: gettext: Update to 0.23., guix-commits, 2024/12/15
- 26/75: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/15
- 20/75: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 33/75: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/15
- 34/75: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/15
- 36/75: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/15