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