From 48b530bc04b51ef369e4a8d6603b95f031a4765b Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 7 Sep 2009 17:24:07 +0000 Subject: [PATCH] Fix testsuite error: BR on python --- llvm.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm.spec b/llvm.spec index 44eab8e..eb41391 100644 --- a/llvm.spec +++ b/llvm.spec @@ -29,7 +29,7 @@ BuildRequires: groff BuildRequires: libtool-ltdl-devel BuildRequires: ocaml-ocamldoc # for DejaGNU test suite -BuildRequires: dejagnu tcl-devel +BuildRequires: dejagnu tcl-devel python %if %{?_with_doxygen:1}%{!?_with_doxygen:0} BuildRequires: doxygen graphviz %endif @@ -162,8 +162,7 @@ make %{_smp_mflags} OPTIMIZE_OPTION='%{optflags}' %check -# 2 tests currently fail on i686 -cd obj && make check; true +cd obj && make check %install