public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Disable libctf on RHEL (RHBZ 1935517, Keith Seitz)
Date: Sun, 28 Jun 2026 00:00:14 GMT	[thread overview]
Message-ID: <178260481452.1.6853667801707758656.rpms-gdb-c7fa15780658@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : c7fa157806586ad4196fecd34100749739cd12d9
Author : Keith Seitz <keiths@redhat.com>
Date   : 2021-03-18T15:12:01-07:00
Stats  : +8/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/c7fa157806586ad4196fecd34100749739cd12d9?branch=gdb-17.2-rebase-f44

Log:
Disable libctf on RHEL (RHBZ 1935517, Keith Seitz)

---
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 <keiths@redhat.com>
+- Disable libctf on RHEL (RHBZ 1935517).
+
 * Thu Mar 11 2021 Kevin Buettner <kevinb@redhat.com> - 10.1-15
 - Update libipt to version 2.0.4.
 

                 reply	other threads:[~2026-06-28  0:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178260481452.1.6853667801707758656.rpms-gdb-c7fa15780658@fedoraproject.org \
    --to=keiths@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox