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:
df2464c
)
Trivial patch for HP-UX 11 and shared libperl
author
James FitzGibbon
<james@ican.net>
Fri, 8 Jan 1999 19:13:23 +0000
(21:13 +0200)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 13 Jan 1999 18:01:53 +0000
(18:01 +0000)
To: perl5-porters@perl.org
Message-ID: <MLIST_Pine.BSF.4.05.
9901081110090
.21785-100000@staff1.tor.accglobal.net>
p4raw-id: //depot/cfgperl@2601
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
285a33b
..
f5426f3
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-62,7
+62,7
@@
true)
aixinstdir=`pwd | sed 's/\/UU$//'`
linklibperl="-L $archlibexp/CORE -L $aixinstdir -lperl"
;;
- hpux10*)
+ hpux10*
|hpux11*
)
linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+b$archlibexp/CORE -lperl"
;;
esac