From 9f38435b4a432e13e34255a55127c22380c30a84 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 4 Jul 2017 17:08:26 +0000 Subject: [PATCH] Fix build without llvm-static --- lld.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lld.spec b/lld.spec index 99636b6..845e577 100644 --- a/lld.spec +++ b/lld.spec @@ -1,6 +1,6 @@ Name: lld Version: 4.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The LLVM Linker License: NCSA @@ -41,6 +41,7 @@ cd %{_target_platform} %cmake .. \ -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \ + -DLLVM_DYLIB_COMPONENTS="all" \ %if 0%{?__isa_bits} == 64 -DLLVM_LIBDIR_SUFFIX=64 %else @@ -77,6 +78,9 @@ chrpath --delete %{buildroot}%{_libdir}/*.so* %{_libdir}/liblld*.so.* %changelog +* Tue Jul 04 2017 Tom Stellard - 4.0.0-4 +- Fix build without llvm-static + * Wed May 31 2017 Tom Stellard - 4.0.0-3 - Remove llvm-static dependency