blob: 4664f2bee0f2cfef9eda12148e6dedb173849203 (
plain)
1
2
3
4
|
# 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'];
|