diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:06:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:06:46 +0000 |
commit | 6dfae3c38b5a0afebec73bcf237a6557b0afd8fa (patch) | |
tree | 09d8b6f59125591e859b0de06efc521d5839c151 /debian/rules | |
parent | Including javascript configuration files for Progress Linux. (diff) | |
download | firefox-6dfae3c38b5a0afebec73bcf237a6557b0afd8fa.tar.xz firefox-6dfae3c38b5a0afebec73bcf237a6557b0afd8fa.zip |
Building with gcc-13 to fix FTBFS.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 12f28d6bfc..625f326b92 100755 --- a/debian/rules +++ b/debian/rules @@ -136,10 +136,10 @@ ifneq (,$(filter mips%,$(DEB_HOST_ARCH))) endif ifeq (default,$(origin CC)) -CC := gcc +CC := gcc-13 endif ifeq (default,$(origin CXX)) -CXX := g++ +CXX := g++-13 endif ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH))) |