diff options
author | Martin J. Bligh <mbligh@us.ibm.com> | 1998-11-25 02:34:41 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-28 11:59:01 +0000 |
commit | 6c776211791715260f0e5a2bf027aca4e5c731d8 (patch) | |
tree | a267bd49351621431e52032e541ae6d0f6fba957 /ext/POSIX/hints | |
parent | 05e53ac4cee418d68d258a9b63eef151635046bf (diff) | |
download | perl-6c776211791715260f0e5a2bf027aca4e5c731d8.tar.gz |
Add -lm to dynix/ptx POSIX hints.
To: jhi@iki.fi
Subject: Re: Making Perl work on DYNIX/ptx
Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
p4raw-id: //depot/cfgperl@2339
Diffstat (limited to 'ext/POSIX/hints')
-rw-r--r-- | ext/POSIX/hints/dynixptx.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/hints/dynixptx.pl b/ext/POSIX/hints/dynixptx.pl index 05cf0f8765..9b63684382 100644 --- a/ext/POSIX/hints/dynixptx.pl +++ b/ext/POSIX/hints/dynixptx.pl @@ -1,4 +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 -lc']; +$self->{LIBS} = ['-ldb -lm -lc']; |