diff options
author | Martin Stransky <stransky@redhat.com> | 2019-12-17 14:58:00 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-12-17 14:58:00 +0100 |
commit | 7353750366b1f7dbd7bb86ba135b50766d12c6b0 (patch) | |
tree | 13347de24c12c59c059f1aee9e353ac07aac128b | |
parent | Merge branch 'master' into f31 (diff) | |
parent | Build fix of asan builds (diff) | |
download | librewolf-fedora-ff-7353750366b1f7dbd7bb86ba135b50766d12c6b0.tar.gz librewolf-fedora-ff-7353750366b1f7dbd7bb86ba135b50766d12c6b0.tar.bz2 librewolf-fedora-ff-7353750366b1f7dbd7bb86ba135b50766d12c6b0.zip |
Merge branch 'master' into f31
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 5da0be5..91a88ba 100644 --- a/firefox.spec +++ b/firefox.spec @@ -928,6 +928,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{mozappdir}/libsoftokn3.chk %exclude %{mozappdir}/libnssckbi.so %endif +%if %{build_with_asan} +%{mozappdir}/llvm-symbolizer +%endif #--------------------------------------------------------------------- |