From 693c9c0e65e9d2bf897427ea28476e0def2a22f7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 19 Jan 2021 15:42:14 +0000 Subject: [PATCH] spec: Disable RUSTFLAGS propagation for now This is failing and I haven't figured out why yet; don't want to block on it. --- rpm-ostree.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index e07641f..79f7833 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -136,7 +136,8 @@ env NOCONFIGURE=1 ./autogen.sh # Since we're hybrid C++/Rust we need to propagate this manually; # the %%configure macro today assumes (reasonably) that one is building # C/C++ and sets C{,XX}FLAGS -export RUSTFLAGS="%{build_rustflags}" +# FIXME: Disable this for now +#export RUSTFLAGS="%{build_rustflags}" %configure --disable-silent-rules --enable-gtk-doc %{?sqlite_rpmdb_default} %make_build