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:
parent
2a00094320
commit
693c9c0e65
@ -136,7 +136,8 @@ env NOCONFIGURE=1 ./autogen.sh
|
|||||||
# Since we're hybrid C++/Rust we need to propagate this manually;
|
# Since we're hybrid C++/Rust we need to propagate this manually;
|
||||||
# the %%configure macro today assumes (reasonably) that one is building
|
# the %%configure macro today assumes (reasonably) that one is building
|
||||||
# C/C++ and sets C{,XX}FLAGS
|
# 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}
|
%configure --disable-silent-rules --enable-gtk-doc %{?sqlite_rpmdb_default}
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user