summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 10:39:15 +0200
committerMax Maischein <corion@corion.net>2019-10-11 11:48:15 +0200
commitc77726bb7bf6d340166d67aac247e2e307158a9a (patch)
tree942c219b72812149245d8a05e0d9f3dd810f9eb4 /hints
parent77bf4cdbabb6c9b504a1c6c8800bb6bad4f9f3b5 (diff)
downloadperl-c77726bb7bf6d340166d67aac247e2e307158a9a.tar.gz
Perl5 git is on https
Diffstat (limited to 'hints')
-rw-r--r--hints/dec_osf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh
index f0b772631f..49f7c347ba 100644
--- a/hints/dec_osf.sh
+++ b/hints/dec_osf.sh
@@ -263,7 +263,7 @@ toke_cflags='optimize=-O2'
esac
# The patch 23787
-# http://perl5.git.perl.org/perl.git/commit/73cb726371990cd489597c4fee405a9815abf4da
+# https://perl5.git.perl.org/perl.git/commit/73cb726371990cd489597c4fee405a9815abf4da
# broke things for gcc (at least gcc 3.3) so that many of the pack()
# checksum tests for formats L, j, J, especially when combined
# with the < and > specifiers, started to fail if compiled with plain -O3.