mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
dynixptx updates for osvers='4.5.2'
Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com> p4raw-id: //depot/perl@11270
This commit is contained in:
parent
d7f9763233
commit
370ac78976
1
MANIFEST
1
MANIFEST
@ -544,6 +544,7 @@ ext/Thread/unsync2.tx Test thread implicit synchronisation
|
||||
ext/Thread/unsync3.tx Test thread implicit synchronisation
|
||||
ext/Thread/unsync4.tx Test thread implicit synchronisation
|
||||
ext/Time/HiRes/Changes Time::HiRes extension
|
||||
ext/Time/HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture
|
||||
ext/Time/HiRes/hints/sco.pl Hints for Time::HiRes for named architecture
|
||||
ext/Time/HiRes/HiRes.pm Time::HiRes extension
|
||||
ext/Time/HiRes/HiRes.t Test for Time::HiRes
|
||||
|
||||
5
ext/Time/HiRes/hints/dynixptx.pl
Normal file
5
ext/Time/HiRes/hints/dynixptx.pl
Normal file
@ -0,0 +1,5 @@
|
||||
# uname -v
|
||||
# V4.5.2
|
||||
# needs to explicitly link against libc to pull in usleep
|
||||
$self->{LIBS} = ['-lc'];
|
||||
|
||||
@ -44,7 +44,7 @@ esac
|
||||
# Jarkko Hietaniemi November 1998
|
||||
|
||||
case "$osvers" in
|
||||
4.4*) # configure doesn't find sockets, as they're in libsocket, not libc
|
||||
4.[45]*) # configure doesn't find sockets, as they're in libsocket, not libc
|
||||
d_socket='define'
|
||||
d_oldsock='undef'
|
||||
d_sockpair='define'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user