From d7fa6d0e9f77854bf3c2f78738aa6258ec10b2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 31 Mar 2026 11:29:32 +0200 Subject: [PATCH] gnu: libtool: Allow references to the toolchain. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/autotools.scm (libtool)[arguments]: Add #:disallowed-references. Change-Id: I0f2a46b22f18e6593d9b598f9a3e15b549675f85 Signed-off-by: Ludovic Courtès --- gnu/packages/autotools.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 8cf68c00ee..1fbc676082 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -507,6 +507,9 @@ Makefile, simplifying the entire process for the developer.") (list ;; Libltdl is provided as a separate package, so don't install it here. #:configure-flags #~'("--disable-ltdl-install") + ;; The 'libtool' script refers to the toolchain; tolerate it. + #:disallowed-references '() + ;; XXX: There are test failures on mips64el-linux starting from 2.4.4: ;; . ;; Also, do not run tests when cross compiling