summaryrefslogtreecommitdiff
path: root/ext/Time
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-16 19:10:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-16 19:10:58 +0000
commit5688dfbf25135c46a375b4553bc0b44f52b55b52 (patch)
tree9416fd59978e9c87681c6d887b02de5ec6c4c23c /ext/Time
parent40f422c75bf33f6da66b6b68e6416e11bad0ba61 (diff)
downloadperl-5688dfbf25135c46a375b4553bc0b44f52b55b52.tar.gz
More suggested patches for NCR MP-RAS from Andy Dougherty.
p4raw-id: //depot/perl@21249
Diffstat (limited to 'ext/Time')
-rw-r--r--ext/Time/HiRes/hints/svr4.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/Time/HiRes/hints/svr4.pl b/ext/Time/HiRes/hints/svr4.pl
new file mode 100644
index 0000000000..75128724f2
--- /dev/null
+++ b/ext/Time/HiRes/hints/svr4.pl
@@ -0,0 +1,4 @@
+# NCR MP-RAS needs to explicitly link against libc to pull in usleep
+# what's the reason for -lm?
+$self->{LIBS} = ['-lm', '-lc'];
+