This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e53ac
)
Add -lm to dynix/ptx POSIX hints.
author
Martin J. Bligh
<mbligh@us.ibm.com>
Wed, 25 Nov 1998 10:34:41 +0000
(
02:34
-0800)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 28 Nov 1998 11:59:01 +0000
(11:59 +0000)
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
ext/POSIX/hints/dynixptx.pl
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/hints/dynixptx.pl
b/ext/POSIX/hints/dynixptx.pl
index
05cf0f8
..
9b63684
100644
(file)
--- 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 -l
m -l
c'];