public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Fix typo in spec file
@ 2026-06-28  0:00 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2026-06-28  0:00 UTC (permalink / raw)
  To: git-commits

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}.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-28  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28  0:00 [rpms/gdb] gdb-17.2-rebase-f44: Fix typo in spec file Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox