diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-06 12:09:03 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-06 12:09:03 +0100 |
commit | 0ed5bc013442ea42fb35f7ab661a8b6ba37e4630 (patch) | |
tree | fe758d03acd4268cfc32b651200118b667a80bdc | |
parent | removed unused patch (diff) | |
download | librewolf-fedora-ff-0ed5bc013442ea42fb35f7ab661a8b6ba37e4630.tar.gz librewolf-fedora-ff-0ed5bc013442ea42fb35f7ab661a8b6ba37e4630.tar.bz2 librewolf-fedora-ff-0ed5bc013442ea42fb35f7ab661a8b6ba37e4630.zip |
Disabled elfhack
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 98daa75..4cbaa3f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -37,9 +37,9 @@ %endif %global disable_elfhack 0 -%if !0%{?build_with_clang} -%global disable_elfhack 1 -%endif +#%if !0%{?build_with_clang} +#%global disable_elfhack 1 +#%endif %global default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html %global firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} |