summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-03-31 11:29:32 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-18 10:40:37 +0200
commit160499de677901d271dfe00541e952f9e334d2df (patch)
tree32a124139e4d429b430d62ef414e34fc41bc1852 /gnu/packages
parent028d770ebf1ad8554099a6692053c504c951a9d6 (diff)
gnu: libtool: Allow references to the toolchain.
* gnu/packages/autotools.scm (libtool)[arguments]: Add #:disallowed-references. Change-Id: I0f2a46b22f18e6593d9b598f9a3e15b549675f85 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/autotools.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 8cf68c00ee9..1fbc6760821 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -507,6 +507,9 @@ Makefile, simplifying the entire process for the developer.")
507 (list ;; Libltdl is provided as a separate package, so don't install it here. 507 (list ;; Libltdl is provided as a separate package, so don't install it here.
508 #:configure-flags #~'("--disable-ltdl-install") 508 #:configure-flags #~'("--disable-ltdl-install")
509 509
510 ;; The 'libtool' script refers to the toolchain; tolerate it.
511 #:disallowed-references '()
512
510 ;; XXX: There are test failures on mips64el-linux starting from 2.4.4: 513 ;; XXX: There are test failures on mips64el-linux starting from 2.4.4:
511 ;; <http://hydra.gnu.org/build/181662>. 514 ;; <http://hydra.gnu.org/build/181662>.
512 ;; Also, do not run tests when cross compiling 515 ;; Also, do not run tests when cross compiling