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/GDBM_File | |
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/GDBM_File')
-rw-r--r-- | ext/GDBM_File/hints/sco.pl | 2 |
1 files changed, 2 insertions, 0 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']; |