File: linux.pl

package info (click to toggle)
libthreads-perl 1.85-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 512 kB
  • sloc: perl: 1,332; makefile: 48; ansic: 12
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/;