unset RUSTFLAGS from set_build_flags
Otherwise since https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/243 the build breaks.
This commit is contained in:
parent
bf24466730
commit
38593462f4
@ -527,6 +527,9 @@ MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -L%{_libdir}"
|
|||||||
%endif
|
%endif
|
||||||
%ifarch %{arm} %{ix86} %{s390x}
|
%ifarch %{arm} %{ix86} %{s390x}
|
||||||
export RUSTFLAGS="-Cdebuginfo=0"
|
export RUSTFLAGS="-Cdebuginfo=0"
|
||||||
|
%else
|
||||||
|
# Otherwise since https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/243 breaks build.
|
||||||
|
unset RUSTFLAGS
|
||||||
%endif
|
%endif
|
||||||
# We don't want thunderbird to use CK_GCM_PARAMS_V3 in nss
|
# We don't want thunderbird to use CK_GCM_PARAMS_V3 in nss
|
||||||
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -DNSS_PKCS11_3_0_STRICT"
|
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -DNSS_PKCS11_3_0_STRICT"
|
||||||
|
Loading…
Reference in New Issue
Block a user