This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
metaconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a575c
)
#17171: ld flag for shrplib on OpenBSD
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Wed, 11 Sep 2002 13:44:12 +0000
(07:44 -0600)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 26 Nov 2002 08:40:39 +0000
(08:40 +0000)
From: "Todd C. Miller" <Todd.Miller at courtesan.com>
p4raw-id: //depot/metaconfig@18181
U/perl/libperl.U
patch
|
blob
|
blame
|
history
diff --git
a/U/perl/libperl.U
b/U/perl/libperl.U
index
3868d46
..
132cad7
100644
(file)
--- a/
U/perl/libperl.U
+++ b/
U/perl/libperl.U
@@
-212,7
+212,7
@@
if "$useshrplib"; then
solaris)
xxx="-R $shrpdir"
;;
- freebsd|netbsd)
+ freebsd|netbsd
|openbsd
)
xxx="-Wl,-R$shrpdir"
;;
bsdos|linux|irix*|dec_osf)