summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJames FitzGibbon <james@ican.net>1999-01-08 21:13:23 +0200
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-13 18:01:53 +0000
commita297ace274c6f16f4e0bf9e7bfbe05a4984ed802 (patch)
treeeb3fa68eaed286b2c418030a57acfc6bda065e39 /Makefile.SH
parentdf2464c8b10eaed1b4493b87ef6ca3a4c2e09380 (diff)
downloadperl-a297ace274c6f16f4e0bf9e7bfbe05a4984ed802.tar.gz
Trivial patch for HP-UX 11 and shared libperl
To: perl5-porters@perl.org Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net> p4raw-id: //depot/cfgperl@2601
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 285a33b9dc..f5426f3a49 100644
--- 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