spec: Disable RUSTFLAGS propagation for now

This is failing and I haven't figured out why yet; don't want
to block on it.
This commit is contained in:
Colin Walters 2021-01-19 15:42:14 +00:00
parent 2a00094320
commit 693c9c0e65

View File

@ -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