From aa9b11d7b5373373b2ca64da0a6834e93b8741bf Mon Sep 17 00:00:00 2001 From: Evgenii Shatokhin Date: Wed, 16 Dec 2015 16:38:02 +0300 Subject: [PATCH] Rebuild LLVM with support for RTTI The projects like Lightspark and may be others need it. --- llvm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index aa673f2..5f09e46 100644 --- a/llvm.spec +++ b/llvm.spec @@ -18,7 +18,7 @@ Summary: Low Level Virtual Machine (LLVM) Name: llvm Version: %{major_ver}.%{minor_ver} -Release: 1 +Release: 2 License: NCSA Group: Development/Other Url: http://llvm.org/ @@ -458,7 +458,7 @@ sed -i 's|ActiveLibDir = ActivePrefix + "/lib"|ActiveLibDir = ActivePrefix + "/% sed -ri "/ifeq.*CompilerTargetArch/s#i386#i586#g" projects/compiler-rt/make/platform/clang_linux.mk cd build -%make +%make REQUIRES_RTTI=1 VERBOSE=1 %install %if %{with ocaml}