freebsd-dev/contrib/perl5/ext/ODBM_File/hints/sco.pl

5 lines
190 B
Perl

# Some versions of SCO contain a broken -ldbm library that is missing
# dbmclose. Some of those might have a fixed library installed as
# -ldbm.nfs.
$self->{LIBS} = ['-ldbm.nfs', '-ldbm'];