xref: /openbsd/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl (revision 07ea8d15)
1# Some versions of SCO contain a broken -ldbm library that is missing
2# dbmclose.  Some of those might have a fixed library installed as
3# -ldbm.nfs.
4$self->{LIBS} = ['-ldbm.nfs', '-ldbm'];
5