Luke Jones 2017-02-06 09:09:48 +00:00 committed by Git OBS Bridge
parent fcd2e997b0
commit 18379fe6cd

View File

@ -130,8 +130,8 @@ invoking gdb on rust binaries.
export CPPFLAGS="%{optflags}" # eliminate complain from RPMlint export CPPFLAGS="%{optflags}" # eliminate complain from RPMlint
# FIXME: you should use the %%configure macro # FIXME: you should use the %%configure macro
%configure --disable-option-checking \ %configure --disable-option-checking \
--build=%{rust_triple} --build=%{rust_triple} \
--host=%{rust_triple} --host=%{rust_triple} \
--target=%{rust_triple} \ --target=%{rust_triple} \
--enable-local-rust \ --enable-local-rust \
--local-rust-root=%{_prefix} \ --local-rust-root=%{_prefix} \