This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clean up a few core dumps when layers are used in unexpected ways.
[perl5.git] / ext / NDBM_File / hints / svr4.pl
CommitLineData
a5f75d66
AD
1# Some SVR4 systems may need to link against routines in -lucb for
2# odbm. Some may also need to link against -lc to pick up things like
3# ecvt.
4$self->{LIBS} = ['-ldbm -lucb -lc'];