Enable LLVM by default
(cherry picked from commit ab50139a7871109dda0af5a5302b9a59ba890400)
This commit is contained in:
parent
4fdfa8153c
commit
8a0f5fc140
@ -21,7 +21,7 @@
|
|||||||
%else
|
%else
|
||||||
%{!?ext_man: %define ext_man .gz}
|
%{!?ext_man: %define ext_man .gz}
|
||||||
%endif
|
%endif
|
||||||
%define llvm no
|
%define llvm yes
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%global _enable_debug_package %{nil}
|
%global _enable_debug_package %{nil}
|
||||||
%global __debug_install_post %{nil}
|
%global __debug_install_post %{nil}
|
||||||
@ -80,7 +80,6 @@ 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
|
||||||
@ -574,6 +573,7 @@ Development files for libmonosgen.
|
|||||||
%package -n libmono-llvm0
|
%package -n libmono-llvm0
|
||||||
Summary: Loadable LLVM libary for mono
|
Summary: Loadable LLVM libary for mono
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
|
Requires: mono-llvm-tools
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libmono-llvm0
|
%description -n libmono-llvm0
|
||||||
@ -587,7 +587,7 @@ Loadable LLVM libary for mono.
|
|||||||
|
|
||||||
%files -n libmono-llvm0
|
%files -n libmono-llvm0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libmono-llvm.so*
|
%{_libdir}/libmono-llvm.so.0*
|
||||||
|
|
||||||
%post -n libmono-llvm0 -p /sbin/ldconfig
|
%post -n libmono-llvm0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user