Clean up again, with loaded LLVM
(cherry picked from commit 16810ecc1177a6f74d257a0b4b565d083ab9074b)
This commit is contained in:
parent
52c4096cff
commit
573abd35eb
@ -64,7 +64,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
%if %llvm == yes
|
%if %llvm == yes
|
||||||
BuildRequires: llvm-mono-devel
|
BuildRequires: mono-llvm-devel
|
||||||
%endif
|
%endif
|
||||||
Provides: mono = %{version}
|
Provides: mono = %{version}
|
||||||
Provides: mono-cairo = %{version}
|
Provides: mono-cairo = %{version}
|
||||||
@ -80,6 +80,7 @@ Requires: libmono-llvm0 = %{version}
|
|||||||
%else
|
%else
|
||||||
Recommends: libmono-llvm0 = %{version}
|
Recommends: libmono-llvm0 = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
Requires: mono-llvm-tools
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel} || 0%{?centos}
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?centos}
|
||||||
Requires: libgdiplus0
|
Requires: libgdiplus0
|
||||||
@ -155,13 +156,12 @@ export MONO_CPU_ARCH="armv5el"
|
|||||||
%endif
|
%endif
|
||||||
# distro specific configure options
|
# distro specific configure options
|
||||||
%if %llvm == yes
|
%if %llvm == yes
|
||||||
export PATH=/opt/novell/llvm-mono/bin:$PATH
|
export PATH=/usr/lib/mono/llvm/bin:$PATH
|
||||||
%endif
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
--with-sgen=%{sgen} \
|
--with-sgen=%{sgen} \
|
||||||
%if %llvm == yes
|
%if %llvm == yes
|
||||||
--enable-loadedllvm \
|
--enable-loadedllvm \
|
||||||
--disable-system-aot \
|
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc
|
%ifarch ppc
|
||||||
--with-sigaltstack=no \
|
--with-sigaltstack=no \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user