(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 4 Jun 2021 17:50:14 +0000 (19:50 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 4 Jun 2021 17:50:14 +0000 (19:50 +0200)
lldb-experimental.spec

index 919f01d..380a861 100644 (file)
@@ -18,7 +18,7 @@
 %endif
 Name: lldb-experimental
 Version: 13.0.0
-Release: 0.20210604snap4%{?dist}
+Release: 0.20210604snap5%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -209,7 +209,7 @@ FLAGS="$FLAGS -fdebug-types-section"
 # clang-12: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument]
 FLAGS="$(echo $FLAGS|sed 's/-flto=auto -ffat-lto-objects/-flto/')"
 # ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol ...; recompile with -fPIC
-FLAGS="$FLAGS -fPIC
+FLAGS="$FLAGS -fPIC"
 
 CFLAGS="$FLAGS"
 CXXFLAGS="$FLAGS"