blob: f551578197d228890b663e22cde95d111bef9294 (
plain)
1
2
3
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'];
|