From 1eccbd6ca353ec2ea576f966e0cdbba17c037fd6 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 9 Dec 2019 20:16:07 +0100 Subject: ASAN - disable elfhack on intel only --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox.spec b/firefox.spec index 705b2b4..395bbd5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -463,8 +463,10 @@ echo "ac_add_options --disable-ion" >> .mozconfig echo "ac_add_options --enable-address-sanitizer" >> .mozconfig echo "ac_add_options --disable-jemalloc" >> .mozconfig echo "ac_add_options --disable-crashreporter" >> .mozconfig +%ifarch x86_64 %{ix86} echo "ac_add_options --disable-elf-hack" >> .mozconfig %endif +%endif echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig -- cgit