diff options
author | Mike Hopkirk <hops@sco.com> | 1999-10-12 13:16:04 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-13 06:43:03 +0000 |
commit | 0c81fe2125587af3efd1e95a57601949197672a9 (patch) | |
tree | f52ee7ba6ed036ec9fc8aa0979690d7b756a5d12 /ext/NDBM_File/hints | |
parent | b350dd2f881c6f46f8125355cf7111e4c97d1870 (diff) | |
download | perl-0c81fe2125587af3efd1e95a57601949197672a9.tar.gz |
use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
p4raw-id: //depot/perl@4360
Diffstat (limited to 'ext/NDBM_File/hints')
-rw-r--r-- | ext/NDBM_File/hints/sco.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/NDBM_File/hints/sco.pl b/ext/NDBM_File/hints/sco.pl new file mode 100644 index 0000000000..f551578197 --- /dev/null +++ b/ext/NDBM_File/hints/sco.pl @@ -0,0 +1,4 @@ +# SCO ODT 3.2v4.2 has a -ldbm library that is missing dbmclose. +# This system should have a complete library installed as -ldbm.nfs which +# should be used instead (Probably need the networking product add-on) +$self->{LIBS} = ['-lndbm',-e "/usr/lib/libdbm.nfs.a"?'-ldbm.nfs':'-ldbm']; |