diff options
Diffstat (limited to 'ext/POSIX/hints/dynixptx.pl')
-rw-r--r-- | ext/POSIX/hints/dynixptx.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/POSIX/hints/dynixptx.pl b/ext/POSIX/hints/dynixptx.pl new file mode 100644 index 0000000000..9b63684382 --- /dev/null +++ b/ext/POSIX/hints/dynixptx.pl @@ -0,0 +1,4 @@ +# Need to add an extra '-lc' to the end to work around a DYNIX/ptx bug +# PR#227670 - linker error on fpgetround() + +$self->{LIBS} = ['-ldb -lm -lc']; |