From 8093dfb75d4e0563f1346481c0ef947ff7864bc0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 19 Nov 2021 19:01:12 +0100 Subject: [PATCH] Fix typo in spec file --- gdb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.