File: linux.pl

package info (click to toggle)
libthreads-shared-perl 1.26-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 424 kB
  • ctags: 695
  • sloc: perl: 830; makefile: 51; ansic: 6
file content (3 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (34)
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/;