guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: glibc-2.33: Use gexps to fix build.


From: guix-commits
Subject: branch core-updates updated: gnu: glibc-2.33: Use gexps to fix build.
Date: Wed, 13 Mar 2024 14:01:30 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new dd4d5afcd1 gnu: glibc-2.33: Use gexps to fix build.
dd4d5afcd1 is described below

commit dd4d5afcd18f43d195f57b6a08e54a36ac18dcce
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 13 13:55:49 2024 -0400

    gnu: glibc-2.33: Use gexps to fix build.
    
    * gnu/packages/base.scm (glibc-2.33) [arguments]: Use gexps to resolve a 
build
    error.
    
    Change-Id: I3916360beb7016f2e03528ecfb1a31186cc5d6e2
---
 gnu/packages/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index fbea467d0c..194f0c0e9f 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1155,7 +1155,7 @@ with the Linux kernel.")
         ;; There are undefined references to pthread symbols while linking
         ;; 'support/links-dso-program.cc'.  Since this isn't needed here, turn
         ;; off C++ tests.
-        `(cons "libc_cv_cxx_link_ok=no" ,flags))))))
+        #~(cons "libc_cv_cxx_link_ok=no" #$flags))))))
 
 (define-public glibc-2.32
   (package



reply via email to

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