diff options
author | Jan Dubois <jand@activestate.com> | 2007-12-24 07:30:31 -0800 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2007-12-25 05:25:42 +0000 |
commit | abf0ed0d390b1c5427bc1ae98a11af04d7b7c389 (patch) | |
tree | a3a081faf4393670feec0e6f46655c0d2f858f03 /hints | |
parent | d34ed59f585350f3dfb4fdf7eca3266cdce428a1 (diff) | |
download | perl-abf0ed0d390b1c5427bc1ae98a11af04d7b7c389.tar.gz |
RE: [PATCH] s/perl510/perl511/g
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <0cdf01c84684$f99c3310$ecd49930$@com>
p4raw-id: //depot/perl@32722
Diffstat (limited to 'hints')
-rw-r--r-- | hints/dgux.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/hints/dgux.sh b/hints/dgux.sh index 5d04bfbe11..7d5b0ccf6c 100644 --- a/hints/dgux.sh +++ b/hints/dgux.sh @@ -54,14 +54,14 @@ libpth="/usr/lib" ##################################### prefix=/usr/local -perlpath="$prefix/bin/perl510" -startperl="#! $prefix/bin/perl510" -privlib="$prefix/lib/perl510" +perlpath="$prefix/bin/perl511" +startperl="#! $prefix/bin/perl511" +privlib="$prefix/lib/perl511" man1dir="$prefix/man/man1" man3dir="$prefix/man/man3" -sitearch="$prefix/lib/perl510/$archname" -sitelib="$prefix/lib/perl510" +sitearch="$prefix/lib/perl511/$archname" +sitelib="$prefix/lib/perl511" #Do not overwrite by default /usr/bin/perl of DG/UX installusrbinperl="$undef" @@ -140,7 +140,7 @@ unset sde_path default_sde sde # <takis@XFree86.Org> ##################################### -libperl="libperl510.so" +libperl="libperl511.so" # Many functions (eg, gethostent(), killpg(), getpriority(), setruid() # dbm_*(), and plenty more) are defined in -ldgc. Usually you don't @@ -207,8 +207,8 @@ $define|true|[yY]*) # DG/UX library! libswanted="dbm posix resolv socket nsl dl m rte" archname="ix86-dgux-thread" - sitearch="$prefix/lib/perl510/$archname" - sitelib="$prefix/lib/perl510" + sitearch="$prefix/lib/perl511/$archname" + sitelib="$prefix/lib/perl511" case "$cc" in *gcc*) #### Use GCC -2.95.2/3 rev (DG/UX) and -pthread |