All the bits of clone_params.flags need to be initialised, not just
[p5sagit/p5-mst-13.2.git] / ext / threads / hints / linux.pl
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/;