diff options
author | Jonathan Stowe <gellyfish@gellyfish.com> | 2001-06-26 11:29:57 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-26 12:33:55 +0000 |
commit | 3b86e92a87cef9dae91e9963b5f65e42f4be9fa9 (patch) | |
tree | 017154852b9d03a1c600942d8e3ab61e55f3d559 /ext/Time | |
parent | 5f929d0c0da8cd6ab656225ff6a3f15d20352856 (diff) | |
download | perl-3b86e92a87cef9dae91e9963b5f65e42f4be9fa9.tar.gz |
Test Fails on SCO
Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
p4raw-id: //depot/perl@10953
Diffstat (limited to 'ext/Time')
-rw-r--r-- | ext/Time/HiRes/hints/sco.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/Time/HiRes/hints/sco.pl b/ext/Time/HiRes/hints/sco.pl new file mode 100644 index 0000000000..73ff149879 --- /dev/null +++ b/ext/Time/HiRes/hints/sco.pl @@ -0,0 +1,3 @@ +# osr5 needs to explicitly link against libc to pull in usleep +$self->{LIBS} = ['-lc']; + |