This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Re: [PATCH] Re: perl@10611
[perl5.git] / ext / POSIX / hints / dynixptx.pl
1 # Need to add an extra '-lc' to the end to work around a DYNIX/ptx bug
2 # PR#227670 - linker error on fpgetround()
3
4 $self->{LIBS} = ['-ldb -lm -lc'];