Skip to content

Commit

Permalink
do not link libcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Oct 5, 2024
1 parent 4b499fd commit e7c0e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/relocatable-perl-build
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ sub perl_build {

# RHEL8, Fedora28, CentOS8 does not have libnsl.so.1 by default;
# remove -lnsl
push @Configure, "-Dlibs=-lpthread -ldl -lm -lcrypt -lutil -lc";
push @Configure, "-Dlibs=-lpthread -ldl -lm -lutil -lc";

my $arch = (uname)[4];
my @libpth = (
Expand Down

0 comments on commit e7c0e5f

Please sign in to comment.