From 65161fb350ca3d106f385e0644ffcb7a1910da89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Mon, 15 Jul 2024 14:35:51 +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 3280d799cca..de612e64b08 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,7 @@ endif # Disable LTO on binutils 2.42.50.20240618 # https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2070302 -ifneq ($(shell ld --version | grep '2.42.50.20240625$$'),) +ifneq ($(shell ld --version | grep '2.42.50.20240710$$'),) COMMON_CONFIGURE_OPTIONS += -DMIR_LINK_TIME_OPTIMIZATION=OFF DEB_BUILD_MAINT_OPTIONS += optimize=-lto endif