summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/libtool-skip-tests2.patch
AgeCommit message (Collapse)Author
2025-10-30Revert "gnu: libtool: Update to 2.5.4."Maxim Cournoyer
This reverts commit da8179893fca7ef765817699e9b9c4245f44079d.
2025-10-30gnu: libtool: Update to 2.5.4.Maxim Cournoyer
* gnu/packages/autotools.scm (libtool): Update to 2.5.4. [source]: Delete patches. [#:phases] {skip-some-tests-on-extra-archs}: New phases. * gnu/packages/patches/libtool-grep-compat.patch: Delete file. * gnu/packages/patches/libtool-skip-tests2.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Change-Id: I6f16e7edd996c5b577acdbbd4905ec63d27b3655
2022-05-28gnu: libtool and libltdl: Update to 2.4.7.Efraim Flashner
* gnu/packages/autotools.scm (libtool, libltdl): Update to 2.4.7. [arguments]: Remove trailing #t from phases. Remove unnecessary file field from find-files. (libltdl)[arguments]: Remove trailing #t. * gnu/packages/patches/libtool-skip-tests2.patch: Update patch.
2022-01-11gnu: libtool: Skip the nopic tests on riscv.Efraim Flashner
* gnu/packages/patches/libtool-skip-tests2.patch: Adjust to add riscv to skipped nopic tests.
2015-04-10gnu: libtool: Leave out the test suite workarounds.Ludovic Courtès
They are no longer needed since the latest ld-wrapper changes (commit 51d0cd9.) * gnu/packages/patches/libtool-skip-tests2.patch: New file. * gnu/packages/autotools.scm (libtool)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.