From c7fa157806586ad4196fecd34100749739cd12d9 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Thu, 18 Mar 2021 15:12:01 -0700 Subject: [PATCH] Disable libctf on RHEL (RHBZ 1935517, Keith Seitz) --- gdb.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index 6219268..6aecad1 100644 --- a/gdb.spec +++ b/gdb.spec @@ -588,8 +588,11 @@ COMMON_GDB_CONFIGURE_FLAGS="\ --with-lzma \ %else --without-lzma \ -%endif \ - --with-debuginfod +%endif + --with-debuginfod \ +%if 0%{?rhel:1} + --disable-libctf +%endif " # Identify the build directory with the version of gdb as well as the @@ -1195,6 +1198,9 @@ fi %endif %changelog +* Thu Mar 18 2021 Keith Seitz +- Disable libctf on RHEL (RHBZ 1935517). + * Thu Mar 11 2021 Kevin Buettner - 10.1-15 - Update libipt to version 2.0.4.