From 0446d3b79c5147d16fdbed700b794a6a3af6c4dd Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 25 Jan 2018 09:35:39 +0100 Subject: Export RUSTFLAGS to try build on arm (rhbz#1523912) --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit