bfd: use https for bugzilla
This commit is contained in:
parent
23cb7bac66
commit
eec8bf7eab
@ -1,3 +1,9 @@
|
|||||||
|
2021-04-08 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (ACX_BUGURL): Use https://.
|
||||||
|
* configure.com (COPY_TEXT): Likewise.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2021-04-05 Alan Modra <amodra@gmail.com>
|
2021-04-05 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* configure.ac: Don't check for long long or long double type.
|
* configure.ac: Don't check for long long or long double type.
|
||||||
|
2
bfd/configure
vendored
2
bfd/configure
vendored
@ -11923,7 +11923,7 @@ if test "${with_bugurl+set}" = set; then :
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
BUGURL="http://www.sourceware.org/bugzilla/"
|
BUGURL="https://www.sourceware.org/bugzilla/"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ AC_ARG_WITH(separate-debug-dir,
|
|||||||
AC_SUBST(DEBUGDIR)
|
AC_SUBST(DEBUGDIR)
|
||||||
|
|
||||||
ACX_PKGVERSION([GNU Binutils])
|
ACX_PKGVERSION([GNU Binutils])
|
||||||
ACX_BUGURL([http://www.sourceware.org/bugzilla/])
|
ACX_BUGURL([https://www.sourceware.org/bugzilla/])
|
||||||
|
|
||||||
AM_BINUTILS_WARNINGS
|
AM_BINUTILS_WARNINGS
|
||||||
|
|
||||||
|
@ -232,7 +232,7 @@ $DECK
|
|||||||
IF match_pos <> 0 THEN;
|
IF match_pos <> 0 THEN;
|
||||||
POSITION(BEGINNING_OF(match_pos));
|
POSITION(BEGINNING_OF(match_pos));
|
||||||
ERASE(match_pos);
|
ERASE(match_pos);
|
||||||
COPY_TEXT('"<http://www.sourceware.org/bugzilla/>"');
|
COPY_TEXT('"<https://www.sourceware.org/bugzilla/>"');
|
||||||
ENDIF;
|
ENDIF;
|
||||||
WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));
|
WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));
|
||||||
QUIT
|
QUIT
|
||||||
|
Loading…
Reference in New Issue
Block a user