[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build.
From: |
guix-commits |
Subject: |
62/74: gnu: texinfo-4: 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 6445e4c57619e8a7fef5e074812786196787c063
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:33:22 2024 +0100
gnu: texinfo-4: Use -Wno-error= for Hurd cross-build.
* gnu/packages/texinfo.scm (texinfo-4)[arguments]: Insert "error=" in
#:configure-flags.
Change-Id: Iff63cbfbfe39807d2279354732b34b5755b65b3b
---
gnu/packages/texinfo.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 13c780897e..8215053b7a 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -196,7 +196,7 @@ is on expressing the content semantically, avoiding
physical markup commands.")
#t)))
'()))))
(if (or (target-hurd64?) (%current-target-system))
- (list #:configure-flags ''("CFLAGS=-Wno-incompatible-pointer-types"))
+ (list #:configure-flags
''("CFLAGS=-Wno-error=incompatible-pointer-types"))
'())))))
(define-public info-reader
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., (continued)
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 31/74: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 34/74: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/15
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/15
- 08/74: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/15
- 46/74: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/15
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/15
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15
- 41/74: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/15
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/15
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build.,
guix-commits <=
- 69/74: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2024/12/15
- 68/74: gnu: gcc: Fix build with gcc-14., guix-commits, 2024/12/15
- 71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., guix-commits, 2024/12/15
- 73/74: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/15
- 74/74: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/15
- 22/74: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/15
- 07/74: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 21/74: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/15
- 15/74: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/15
- 16/74: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/15