From 18379fe6cd31c80b2bde91f261f8a0db411b03859d3678038049a02e9a2800e4 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Mon, 6 Feb 2017 09:09:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=39 --- rust.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index 6774390..2151c69 100644 --- a/rust.spec +++ b/rust.spec @@ -130,8 +130,8 @@ invoking gdb on rust binaries. export CPPFLAGS="%{optflags}" # eliminate complain from RPMlint # FIXME: you should use the %%configure macro %configure --disable-option-checking \ - --build=%{rust_triple} - --host=%{rust_triple} + --build=%{rust_triple} \ + --host=%{rust_triple} \ --target=%{rust_triple} \ --enable-local-rust \ --local-rust-root=%{_prefix} \