summaryrefslogtreecommitdiff
path: root/dist/threads-shared/hints/linux.pl
blob: 020f56d2f7e1994ae876fedab317f3c99dbe4439 (plain)
1
2
3
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
# explicit linking is required to ensure the use of versioned symbols
$self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;