From 16810ecc1177a6f74d257a0b4b565d083ab9074b Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Tue, 17 Apr 2018 16:10:32 -0400 Subject: [PATCH] Clean up again, with loaded LLVM --- mono-core.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mono-core.spec b/mono-core.spec index 3a25d439b3..7bf98597f0 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -64,7 +64,7 @@ BuildRequires: zlib-devel BuildRequires: valgrind-devel %endif %if %llvm == yes -BuildRequires: llvm-mono-devel +BuildRequires: mono-llvm-devel %endif Provides: mono = %{version} Provides: mono-cairo = %{version} @@ -80,6 +80,7 @@ Requires: libmono-llvm0 = %{version} %else Recommends: libmono-llvm0 = %{version} %endif +Requires: mono-llvm-tools %endif %if 0%{?fedora} || 0%{?rhel} || 0%{?centos} Requires: libgdiplus0 @@ -155,13 +156,12 @@ export MONO_CPU_ARCH="armv5el" %endif # distro specific configure options %if %llvm == yes -export PATH=/opt/novell/llvm-mono/bin:$PATH +export PATH=/usr/lib/mono/llvm/bin:$PATH %endif %configure \ --with-sgen=%{sgen} \ %if %llvm == yes --enable-loadedllvm \ - --disable-system-aot \ %endif %ifarch ppc --with-sigaltstack=no \