Add DB_File hint for SCO ODT.
[p5sagit/p5-mst-13.2.git] / ext / DB_File / hints / sco.pl
1 # osr5 needs to explicitly link against libc to pull in some static symbols
2 $self->{LIBS} = ['-ldb -lc'] if $Config{'osvers'} =~ '3\.2v5\.0\..' ;