From 4e6fcc73f14fbf16db9f84703bc6239a9f25bce7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 19 Feb 2022 00:23:21 +0000 Subject: [PATCH] Fix Bugzilla URL in GCC LFS file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- lfs/gcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/gcc b/lfs/gcc index 869c03380b..f78891e24d 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -180,7 +180,7 @@ endif EXTRA_CONFIG += \ --disable-multilib \ - --with-bugurl=http://bugtracker.ipfire.org \ + --with-bugurl=https://bugzilla.ipfire.org \ --disable-libunwind-exceptions \ --enable-gnu-unique-object -- 2.39.5