diff options
author | Leon Brocard <acme@astray.com> | 2009-09-04 08:48:45 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-09-04 08:48:45 +0100 |
commit | 46c3340ed6f3bbae3f80607438da0310e52a687a (patch) | |
tree | 7c3d202ae70dc8c1d082e55aaad560dd9db36707 /hints | |
parent | bf6bfb44d9f2e07e4bd25b8eba2d9132fcec637e (diff) | |
download | perl-46c3340ed6f3bbae3f80607438da0310e52a687a.tar.gz |
Use alternative URLs for links which are now broken (link rot)
Diffstat (limited to 'hints')
-rw-r--r-- | hints/bsdos.sh | 2 | ||||
-rw-r--r-- | hints/irix_6.sh | 2 | ||||
-rw-r--r-- | hints/svr5.sh | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/hints/bsdos.sh b/hints/bsdos.sh index 65eaf7f3bb..53a5cd2e68 100644 --- a/hints/bsdos.sh +++ b/hints/bsdos.sh @@ -27,7 +27,7 @@ case "$usemallocwrap" in esac # setre?[ug]id() have been replaced by the _POSIX_SAVED_IDS versions. -# See <A HREF="http://www.bsdi.com/bsdi-man?setuid">http://www.bsdi.com/bsdi-man?setuid</A>(2) +# See man 2 setuid d_setregid='undef' d_setreuid='undef' d_setrgid='undef' diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 93d6618a36..e36d643019 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -192,7 +192,7 @@ esac' case "`uname -s`" in # Without the -mabi=64 gcc in 64-bit IRIX has problems passing # and returning small structures. This affects inet_*() and semctl(). - # See http://reality.sgi.com/ariel/freeware/gcc-2.8.1-notes.html + # See http://groups.google.com/group/comp.sys.sgi.admin/msg/3ad8353bc4ce3cb0 # for more information. Reported by Lionel Cons <lionel.cons@cern.ch>. IRIX64) ccflags="$ccflags -mabi=64" ldflags="$ldflags -mabi=64 -L/usr/lib64" diff --git a/hints/svr5.sh b/hints/svr5.sh index ef1d7d547b..87118f4550 100644 --- a/hints/svr5.sh +++ b/hints/svr5.sh @@ -48,14 +48,15 @@ esac want_dbm='yes' # use dbm if can find library in /usr/local/lib want_gdbm='yes' # use gdbm if can find library in /usr/local/lib want_udk70='' # link with old static libc pieces - # link with udk70 if building on 7.1 abd want resulting binary + # link with udk70 if building on 7.1 and want resulting binary # to run on uw7.0* - it will link in referenced static symbols # of libc that are (now) in the shared libc.so on 7.1 but were # not there in 7.0. # There are still scenarios where this is still insufficient so # overall it is preferable to get ptf7051e # ftp://ftp.sco.com/SLS/ptf7051e.Z - # installed on any/all 7.0 systems and leave the above unset. + # installed on any/all 7.0 systems and leave the above unset + # (sadly this is unavailable as of 2009-08-03) if [ "$want_ucb" ] ; then ldflags= '-L/usr/ucblib' |