Skip to content

Commit bf1b2a8

Browse files
authored
fix perl libxcrypt.so dep (#33846)
Detected using #28109
1 parent 2913f8b commit bf1b2a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

var/spack/repos/builtin/packages/perl/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
110110
depends_on("zlib")
111111
# :5.24.1 needs zlib@:1.2.8: https://rt.cpan.org/Public/Bug/Display.html?id=120134
112112
depends_on("zlib@:1.2.8", when="@5.20.3:5.24.1")
113+
depends_on("libxcrypt") # libcrypt.so.1
113114

114115
conflicts("@5.34.1:", when="%msvc@:19.29.30136")
115116
# there has been a long fixed issue with 5.22.0 with regard to the ccflags

0 commit comments

Comments
 (0)