summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/NDBM_File/hints/sco.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/ext/NDBM_File/hints/sco.pl')
-rw-r--r--contrib/perl5/ext/NDBM_File/hints/sco.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/perl5/ext/NDBM_File/hints/sco.pl b/contrib/perl5/ext/NDBM_File/hints/sco.pl
new file mode 100644
index 0000000..f551578
--- /dev/null
+++ b/contrib/perl5/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'];
OpenPOWER on IntegriCloud