File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,13 @@ BuildRequires: openssl-devel >= 1.0.1
89
89
BuildRequires: zlib-devel
90
90
%else
91
91
# building x86_64-hosted crosscompiler on x32 host
92
+ BuildRequires: curl-devel(x86-64)
92
93
BuildRequires: gcc-multilib-64
94
+ BuildRequires: libgit2-devel(x86-64)
93
95
BuildRequires: libstdc++-multilib-64-devel
94
- # how to specify? - rpm.org adds arch provides on packages (__isa), uncomment once we switch
95
- #BuildRequires: curl-devel(x86-64)
96
- #BuildRequires: libgit2-devel(x86-64)
97
- #BuildRequires: llvm-devel(x86-64)>= 7.0
98
- #BuildRequires: openssl-devel(x86-64)
99
- #BuildRequires: zlib-devel(x86-64)
96
+ %{?with_system_llvm:BuildRequires: llvm-devel(x86-64) >= 9.0}
97
+ BuildRequires: openssl-devel(x86-64)
98
+ BuildRequires: zlib-devel(x86-64)
100
99
%endif
101
100
%endif
102
101
# The C compiler is needed at runtime just for linking. Someday rustc might
You can’t perform that action at this time.
0 commit comments