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:
b162f9e
)
[ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Sun, 13 Jun 1999 17:46:13 +0000
(11:46 -0600)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 6 Jul 1999 11:00:21 +0000
(11:00 +0000)
Message-Id: <
199906132346
.RAA26632@xerxes.courtesan.com>
p4raw-id: //depot/perl@3615
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
5d4164a
..
cf3372a
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-55,7
+55,7
@@
true)
sunos*)
linklibperl="-lperl"
;;
- netbsd*|freebsd[234]*)
+ netbsd*|freebsd[234]*
|openbsd*
)
linklibperl="-L. -lperl"
;;
aix*)