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