From 84b6f768593e4a3881be8667d8c55286826b8364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Thu, 29 Aug 2024 08:19:03 +0200 Subject: [PATCH] debian: bump broken binutils version --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a92cc234c79..64371b6f21f 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ endif # Disable LTO on broken binutils # https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2070302 -ifneq ($(shell ld --version | grep '2.42.90.20240720$$'),) +ifneq ($(shell ld --version | grep '2.43.1$$'),) DEB_BUILD_MAINT_OPTIONS += optimize=-lto endif