summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-02 16:44:24 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-02 16:44:24 +0000
commite7f07268aa53c62dd99727c5a996618d28697a90 (patch)
tree41a17864c0a3f51e610a780d9e78c71f8e148bc6
parent940cb80d04d066d4fedfc4486ab57e435ee74514 (diff)
downloadperl-e7f07268aa53c62dd99727c5a996618d28697a90.tar.gz
The new dec_osf.sh didn't work so the new glibpth and useshrplib
defaults have been commented out for now. p4raw-id: //depot/perl@454
-rw-r--r--hints/dec_osf.sh15
1 files changed, 10 insertions, 5 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh
index a1efc11cd1..2e8ffac5bd 100644
--- a/hints/dec_osf.sh
+++ b/hints/dec_osf.sh
@@ -121,8 +121,11 @@ esac
# no attempt to figure out the additional location(s) searched by
# gcc, since not all versions of gcc are easily coerced into
# revealing that information.
-glibpth="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc"
-glibpth="$glibpth /usr/lib /usr/local/lib /var/shlib"
+#
+# This or the new useshrplib default below breaks the build.
+# Commented out for this snapshot.
+#glibpth="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc"
+#glibpth="$glibpth /usr/lib /usr/local/lib /var/shlib"
# dlopen() is in libc
libswanted="`echo $libswanted | sed -e 's/ dl / /'`"
@@ -196,9 +199,11 @@ fi
# "-Uuseshrplib" prevents this default.
#
-case "$_DEC_cc_style.$useshrplib" in
- new.) useshrplib="$define" ;;
-esac
+# This or the glibpth change above breaks the build. Commented out
+# for this snapshot.
+#case "$_DEC_cc_style.$useshrplib" in
+# new.) useshrplib="$define" ;;
+#esac
#
# Unset temporary variables no more needed.