summaryrefslogtreecommitdiff
path: root/ext/ODBM_File/hints/sco.pl
blob: 42a4d99171e70cf79d7da1806f7aac5a5972984c (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.
$att{LIBS} = ['-ldbm.nfs', '-ldbm'];