From 7f9888516f783e07aa679332f4a58a4df2c2dba5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 28 Apr 2021 21:39:13 +0200 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index b04abbd13c..a51d689134 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 -- cgit v1.2.3