summaryrefslogtreecommitdiff
path: root/ext/Time/HiRes/hints/svr4.pl
blob: 75128724f21ff450e36da10fb39a1013b3850353 (plain)
1
2
3
4
# NCR MP-RAS needs to explicitly link against libc to pull in usleep
# what's the reason for -lm?
$self->{LIBS} = ['-lm', '-lc'];