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 / dynixptx.pl
CommitLineData
66325990 1# On DYNIX/ptx 4.0 (v4.1.3), ndbm is actually contained in the
2# libc library, and must be explicitly linked against -lc when compiling.
3$self->{LIBS} = ['-lc'];