From f4ab796dd57bc2a562987848b98cde973467e5c8 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 17 Oct 2023 21:32:20 +0300 Subject: [PATCH] Try disabling boost Signed-off-by: David Abdurachmanov --- gdb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 4b510bf..2d395ad 100644 --- a/gdb.spec +++ b/gdb.spec @@ -320,7 +320,7 @@ BuildRequires: %{?scl_prefix}elfutils-debuginfod-client-devel %endif # Workaround for missing boost-devel dependency (rhbz 1718480) -BuildRequires: boost-devel +#BuildRequires: boost-devel %if 0%{?_with_testsuite:1}