5 lines
190 B
Perl
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'];
|