diff options
author | Martin Stransky <stransky@redhat.com> | 2019-12-17 14:56:57 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-12-17 14:56:57 +0100 |
commit | e5d6aad64bc619f169f1417e2ffc838f88033cb0 (patch) | |
tree | 13347de24c12c59c059f1aee9e353ac07aac128b | |
parent | Fix for asan build (diff) | |
download | librewolf-fedora-ff-e5d6aad64bc619f169f1417e2ffc838f88033cb0.tar.gz librewolf-fedora-ff-e5d6aad64bc619f169f1417e2ffc838f88033cb0.tar.bz2 librewolf-fedora-ff-e5d6aad64bc619f169f1417e2ffc838f88033cb0.zip |
Build fix of asan builds
-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 #--------------------------------------------------------------------- |