xref: /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl (revision 91f110e064cd7c194e59e019b83bb7496c1c84d4)
1# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
2# explicit linking is required to ensure the use of versioned symbols
3$self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;
4