summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-01-25 09:35:39 +0100
committerMartin Stransky <stransky@redhat.com>2018-01-25 09:35:39 +0100
commit0446d3b79c5147d16fdbed700b794a6a3af6c4dd (patch)
treeee922919535c7b3d75d68e9c2a93c8f7ee83fa3e
parentAdded build patch for jit/CodeAlignment failure (diff)
downloadlibrewolf-fedora-ff-0446d3b79c5147d16fdbed700b794a6a3af6c4dd.tar.gz
librewolf-fedora-ff-0446d3b79c5147d16fdbed700b794a6a3af6c4dd.tar.bz2
librewolf-fedora-ff-0446d3b79c5147d16fdbed700b794a6a3af6c4dd.zip
Export RUSTFLAGS to try build on arm (rhbz#1523912)
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 02303a6..f07e71c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -523,7 +523,7 @@ export MOZ_DEBUG_FLAGS=" "
MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
%endif
%ifarch %{arm}
-RUSTFLAGS="-Cdebuginfo=0"
+export RUSTFLAGS="-Cdebuginfo=0"
%endif
export CFLAGS=$MOZ_OPT_FLAGS
export CXXFLAGS=$MOZ_OPT_FLAGS
bgstack15