diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-09-12 14:05:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 14:05:50 +0200 |
commit | 8fa65b286c3ca71e845553700d6042b70251b296 (patch) | |
tree | eaa19d1daf90e395ca168c3544669c2906b40a03 /.devcontainer | |
parent | 6cb16c39ab85fbc211e50be804fa7a15f24ccebc (diff) | |
download | spack-8fa65b286c3ca71e845553700d6042b70251b296.tar.gz spack-8fa65b286c3ca71e845553700d6042b70251b296.tar.bz2 spack-8fa65b286c3ca71e845553700d6042b70251b296.tar.xz spack-8fa65b286c3ca71e845553700d6042b70251b296.zip |
fix various pkgs depending on libtool only (#46299)
autotools packages with a configure script should generate the libtool
executable, there's no point in `depends_on("libtool", type="build")`.
the libtool executable in `<libtool prefix>/bin/libtool` is configured
for the wrong toolchain (libtools %compiler instead of the package's
%compiler).
Some package link to `libltdl.so`, which is fine, but had a wrong
dependency type.
Diffstat (limited to '.devcontainer')
0 files changed, 0 insertions, 0 deletions