summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-06 15:19:05 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-06 15:19:05 +0100
commitba707c49b87285b9d2f468aa24e6c257133eaa48 (patch)
treea55f741ce431e3ef1bdad2c12f4c7b4314e672a9 /firefox.spec
parentfixed clang builds (diff)
downloadlibrewolf-fedora-ff-ba707c49b87285b9d2f468aa24e6c257133eaa48.tar.gz
librewolf-fedora-ff-ba707c49b87285b9d2f468aa24e6c257133eaa48.tar.bz2
librewolf-fedora-ff-ba707c49b87285b9d2f468aa24e6c257133eaa48.zip
added libasan/libasan-static to build req for asan builds
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 1223ce8..90ef0ed 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -242,6 +242,10 @@ BuildRequires: mutter
BuildRequires: rust
BuildRequires: cargo
BuildRequires: clang-devel
+%if %{build_with_asan}
+BuildRequires: libasan
+BuildRequires: libasan-static
+%endif
Obsoletes: mozilla <= 37:1.7.13
Provides: webclient
bgstack15