xref: /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl (revision 46035553bfdd96e63c94e32da0210227ec2e3cf1)
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