diff options
author | François Désarménien <desar@club-internet.fr> | 1999-02-03 13:13:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-03 20:25:10 +0000 |
commit | e8523c57a20f7ef87c4d43878806bdd97b9f1403 (patch) | |
tree | 968ed6dc1a6ab74cda575d2b5c8c36ee7611fd16 /ext | |
parent | bdcdfa19ba0dc3934f9f5633d13c35213e84a038 (diff) | |
download | perl-e8523c57a20f7ef87c4d43878806bdd97b9f1403.tar.gz |
5.005_54 (hints) SCO 3/5 hint files and SysV correction
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
(note: this patch completely overrides Tom Wolfe's patch,
change #2604)
p4raw-link: @2604 on //depot/cfgperl: 0a6b11f8fedc4bae957f03efab3ecb64338ce939
p4raw-id: //depot/cfgperl@2810
Diffstat (limited to 'ext')
-rw-r--r-- | ext/GDBM_File/hints/sco.pl | 2 | ||||
-rw-r--r-- | ext/IPC/SysV/SysV.xs | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ext/GDBM_File/hints/sco.pl b/ext/GDBM_File/hints/sco.pl new file mode 100644 index 0000000000..5c74a77495 --- /dev/null +++ b/ext/GDBM_File/hints/sco.pl @@ -0,0 +1,2 @@ +# SCO OSR5 needs to link with libc.so again to have C<fsync> defined +$self->{LIBS} = ['-lgdbm -lc']; diff --git a/ext/IPC/SysV/SysV.xs b/ext/IPC/SysV/SysV.xs index e6c7555c68..06059186c6 100644 --- a/ext/IPC/SysV/SysV.xs +++ b/ext/IPC/SysV/SysV.xs @@ -15,7 +15,7 @@ # include <sys/sem.h> # endif # ifdef HAS_SHM -# if defined(PERL_SCO5) || defined(PERL_ISC) +# if defined(PERL_SCO) || defined(PERL_ISC) # include <sys/sysmacros.h> /* SHMLBA */ # endif # include <sys/shm.h> |