guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ustr: Don't use vsnprintf.


From: guix-commits
Subject: branch master updated: gnu: ustr: Don't use vsnprintf.
Date: Wed, 28 Apr 2021 15:41:46 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7f98885  gnu: ustr: Don't use vsnprintf.
7f98885 is described below

commit 7f9888516f783e07aa679332f4a58a4df2c2dba5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 28 21:39:13 2021 +0200

    gnu: ustr: Don't use vsnprintf.
    
    This follows up on 1059d1570b7078e6a83e067577b42ed24ee25b55,
    which caused new tests failures on non-cross builds.
    
    * gnu/packages/textutils.scm (ustr)[arguments]: Return "0" for
    ./autoconf_vsnprintf.
---
 gnu/packages/textutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index b04abbd..a51d689 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -335,7 +335,7 @@ input bits thoroughly but are not suitable for 
cryptography.")
                                         (%current-system)))
                      "echo 1"
                      "echo 0"))
-               (("\\./autoconf_vsnprintf") "echo 1"))))
+               (("\\./autoconf_vsnprintf") "echo 0"))))
          (add-after 'unpack 'disable-check-for-stdint
            (lambda _
              ;; Of course we have stdint.h, just not in /usr/include



reply via email to

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