guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]