This is my patch patch.1j for perl5.001.
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / hints / sco.pl
1 # Some versions of SCO contain a broken -ldbm library that is missing
2 # dbmclose.  Some of those might have a fixed library installed as
3 # -ldbm.nfs.
4 $att{LIBS} = ['-ldbm.nfs', '-ldbm'];