summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2000-12-13 15:01:37 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-13 15:26:23 +0000
commit6aedb45f7510c7fe9bd4df13c9f227b8d013eac9 (patch)
tree3ce9da98cf28a687c9c7b87fe0d629f7963de38b /hints
parentd4f0d19f3fed226384ec7860e5a7e24703c2c7a9 (diff)
downloadperl-6aedb45f7510c7fe9bd4df13c9f227b8d013eac9.tar.gz
[8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl> perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which in turn requires libpthread in libswanted. p4raw-id: //depot/perl@8096
Diffstat (limited to 'hints')
-rw-r--r--hints/hpux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 43d72bc0b1..ca5c50b3b0 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -179,6 +179,7 @@ EOM
ccflags="$ccflags +DD64"
ldflags="$ldflags +DD64"
test -d /lib/pa20_64 && loclibpth="$loclibpth /lib/pa20_64"
+ libswanted="$libswanted pthread"
libscheck='case "`/usr/bin/file $xxx`" in
*LP64*|*PA-RISC2.0*) ;;
*) xxx=/no/64-bit$xxx ;;