diff options
Diffstat (limited to 'gnu/packages/autotools.scm')
| -rw-r--r-- | gnu/packages/autotools.scm | 3 |
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 |
