Fix build on s390x
Resolves: RHEL-126377
This commit is contained in:
parent
191c023d5b
commit
c0a83b911b
@ -1686,7 +1686,7 @@ MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
# __global_ldflags that normally sets this.
|
||||
MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -L%{_libdir}"
|
||||
%endif
|
||||
%ifarch %{ix86} %{s390x}
|
||||
%ifarch %{ix86} s390x
|
||||
export RUSTFLAGS="-Cdebuginfo=0"
|
||||
echo 'export RUSTFLAGS="-Cdebuginfo=0"' >> .mozconfig
|
||||
%endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user