diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 18:58:17 +0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 18:58:17 +0800 |
commit | 88ea365576417b263eed614d4b3c1c4781b6544a (patch) | |
tree | a4d3c4c895002a18529dc6ecf84956e792435195 /hints | |
parent | d634733c523ec6f574382d9fe0682071a0aabbcd (diff) | |
download | perl-88ea365576417b263eed614d4b3c1c4781b6544a.tar.gz |
First provisional bump to 5.14.0-RC0
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 4 | ||||
-rw-r--r-- | hints/dgux.sh | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index 5cdccaf1a4..ba9e2b26dd 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -31,11 +31,11 @@ # mkdir -p /opt/perl-catamount # mkdir -p /opt/perl-catamount/include # mkdir -p /opt/perl-catamount/lib -# mkdir -p /opt/perl-catamount/lib/perl5/5.13.11 +# mkdir -p /opt/perl-catamount/lib/perl5/5.14.0 # mkdir -p /opt/perl-catamount/bin # cp *.h /opt/perl-catamount/include # cp libperl.a /opt/perl-catamount/lib -# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.13.11 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.14.0 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib # # With the headers and the libperl.a you can embed Perl to your Catamount diff --git a/hints/dgux.sh b/hints/dgux.sh index 6146e9021b..9d5d0d41b6 100644 --- a/hints/dgux.sh +++ b/hints/dgux.sh @@ -52,14 +52,14 @@ libpth="/usr/lib" ##################################### prefix=/usr/local -perlpath="$prefix/bin/perl513" -startperl="#! $prefix/bin/perl513" -privlib="$prefix/lib/perl513" +perlpath="$prefix/bin/perl514" +startperl="#! $prefix/bin/perl514" +privlib="$prefix/lib/perl514" man1dir="$prefix/man/man1" man3dir="$prefix/man/man3" -sitearch="$prefix/lib/perl513/$archname" -sitelib="$prefix/lib/perl513" +sitearch="$prefix/lib/perl514/$archname" +sitelib="$prefix/lib/perl514" #Do not overwrite by default /usr/bin/perl of DG/UX installusrbinperl="$undef" @@ -138,7 +138,7 @@ unset sde_path default_sde sde # <takis@XFree86.Org> ##################################### -libperl="libperl513.so" +libperl="libperl514.so" # Many functions (eg, gethostent(), killpg(), getpriority(), setruid() # dbm_*(), and plenty more) are defined in -ldgc. Usually you don't @@ -205,8 +205,8 @@ $define|true|[yY]*) # DG/UX library! libswanted="dbm posix resolv socket nsl dl m rte" archname="ix86-dgux-thread" - sitearch="$prefix/lib/perl513/$archname" - sitelib="$prefix/lib/perl513" + sitearch="$prefix/lib/perl514/$archname" + sitelib="$prefix/lib/perl514" case "$cc" in *gcc*) #### Use GCC -2.95.2/3 rev (DG/UX) and -pthread |