X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=lldb-experimental.spec;h=919f01dded9325dff0352b883ad36d9c835e59c7;hb=f23c1549b90e4c0baae33964010d5c44da57717a;hp=811b7ad36ec4534b36b2df30b3a96aae983c849c;hpb=269800c0dc6c3dbf0fdd5cf93a06a36ca90b9ccd;p=lldb-experimental.git diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 811b7ad..919f01d 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -18,7 +18,7 @@ %endif Name: lldb-experimental Version: 13.0.0 -Release: 0.20210604snap3%{?dist} +Release: 0.20210604snap4%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -208,6 +208,8 @@ FLAGS="$FLAGS -fdebug-types-section" # clang-12: error: unsupported argument 'auto' to option 'flto=' # 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 CFLAGS="$FLAGS" CXXFLAGS="$FLAGS"