summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-20 12:59:52 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-20 12:59:52 +0100
commit6e9b476c314fb24cfe12c3086b30a6c89f9eb666 (patch)
tree1525f34d3a2aba247b186e97810ef3508bd2ad76 /firefox.spec
parentFix for wrong intl.accept_lang when using non en-us langpack (diff)
downloadlibrewolf-fedora-ff-6e9b476c314fb24cfe12c3086b30a6c89f9eb666.tar.gz
librewolf-fedora-ff-6e9b476c314fb24cfe12c3086b30a6c89f9eb666.tar.bz2
librewolf-fedora-ff-6e9b476c314fb24cfe12c3086b30a6c89f9eb666.zip
Disable ASAN builds
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 3e1265b..4057abf 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -2,7 +2,7 @@
%global release_build 0
%global debug_build 0
%global build_with_clang 0
-%global build_with_asan 1
+%global build_with_asan 0
# Disabled arm due to rhbz#1658940
ExcludeArch: armv7hl
@@ -938,7 +938,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Wed Dec 18 2019 Jan Horak <jhorak@redhat.com> - 71.0-17.asan
+* Wed Dec 18 2019 Jan Horak <jhorak@redhat.com> - 71.0-17
- Fix for wrong intl.accept_lang when using non en-us langpack
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-16
bgstack15