From 6729b6905d7210c1b2a7da8b292a404240b469a3 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Feb 24 2016 23:48:14 +0000 Subject: dynamically link to llvm --- diff --git a/lldb.spec b/lldb.spec index e4f62cc..b2eb47f 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,6 +1,6 @@ Name: lldb Version: 3.8.0 -Release: 0.1%{?dist} +Release: 0.2%{?dist} Summary: Next generation high-performance debugger License: NCSA @@ -58,6 +58,7 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=format-security" %cmake .. \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \ -DLLVM_CONFIG:FILEPATH=/usr/bin/llvm-config-%{__isa_bits} \ \ -DLLDB_PATH_TO_LLVM_BUILD=%{_prefix} \ @@ -103,6 +104,9 @@ rm -f %{buildroot}%{python_sitearch}/six.* %{python_sitearch}/lldb %changelog +* Wed Feb 24 2016 Dave Airlie - 3.8.0-0.2 +- dynamically link to llvm + * Thu Feb 18 2016 Dave Airlie - 3.8.0-0.1 - lldb 3.8.0 rc2