[PATCH] change bug url to https in gdb --help
Jonny Grant <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Please find attached Jonny
0001-Change-bug-url-to-https.patch
(text/x-patch, 826 B)
From df0231a81311bc8cfe7240942e482e0518633d0f Mon Sep 17 00:00:00 2001 From: Jonathan Grant <[email protected]> Date: Wed, 27 May 2020 23:17:02 +0100 Subject: [PATCH] Change bug url to https Signed-off-by: Jonathan Grant <[email protected]> --- gdb/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/configure.ac b/gdb/configure.ac index 9dac11469f..62750804fa 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -430,7 +430,7 @@ AC_ARG_ENABLE([codesign], AC_SUBST([CODESIGN_CERT]) ACX_PKGVERSION([GDB]) -ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/]) +ACX_BUGURL([https://www.gnu.org/software/gdb/bugs/]) AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description]) AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address]) -- 2.17.1