[pure] pure now builds against shared LLVM libs

Michel Alexandre Salim salimma at fedoraproject.org
Thu Nov 11 22:53:03 UTC 2010


commit c4040d4cad4a3f3bdcfbc66a49ab74121c3e7775
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Nov 11 23:52:44 2010 +0100

    pure now builds against shared LLVM libs

 pure.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/pure.spec b/pure.spec
index 36c4db4..f69f493 100644
--- a/pure.spec
+++ b/pure.spec
@@ -14,8 +14,7 @@ Patch0:         pure-0.45-custom_llvm_libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gmp-devel readline-devel gsl-devel
-# Not checked by configure
-BuildRequires:  llvm-static llvm-devel >= 2.4 flex bison
+BuildRequires:  llvm-devel >= 2.4 flex bison
 # For compiling emacs mode
 BuildRequires:  emacs emacs-el
 


More information about the scm-commits mailing list