public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Fix typo in spec file
Date: Sun, 28 Jun 2026 00:00:27 GMT	[thread overview]
Message-ID: <178260482716.1.3329986411459594939.rpms-gdb-8093dfb75d4e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 8093dfb75d4e0563f1346481c0ef947ff7864bc0
Author : Florian Weimer <fweimer@redhat.com>
Date   : 2021-11-19T19:01:12+01:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/8093dfb75d4e0563f1346481c0ef947ff7864bc0?branch=gdb-17.2-rebase-f44

Log:
Fix typo in spec file

---
diff --git a/gdb.spec b/gdb.spec
index f697b4c..3509e9b 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -585,7 +585,7 @@ GDB_MINIMAL_CONFIGURE_FLAGS="\
 # Populate CFLAGS, LDFLAGS, CC, CXX, etc.
 %set_build_flags
 CFLAGS="$CFLAGS %{?_with_asan:-fsanitize=address}"
-LDFLAGS="$LDFLAGS {?_with_asan:-fsanitize=address}"
+LDFLAGS="$LDFLAGS %{?_with_asan:-fsanitize=address}"
 CXXFLAGS="$CXXFLAGS %{?_with_asan:-fsanitize=address}"
 
 # --htmldir and --pdfdir are not used as they are used from %{gdb_build}.

                 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=178260482716.1.3329986411459594939.rpms-gdb-8093dfb75d4e@fedoraproject.org \
    --to=fweimer@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