[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build.
From: |
guix-commits |
Subject: |
61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build. |
Date: |
Sun, 15 Dec 2024 18:06:13 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit ebcbab121cbbac59dd6ee66df4f8844d24d375ea
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.
- 50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., (continued)
- 50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/15
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 42/74: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/15
- 55/74: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 52/74: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 66/74: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/15
- 05/74: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/15
- 13/74: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/15
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/15
- 40/74: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/15
- 61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build.,
guix-commits <=
- 57/74: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/15
- 60/74: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 65/74: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/15
- 06/74: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 03/74: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/15
- 56/74: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/15
- 53/74: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/15
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/15
- 72/74: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/15