summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-06 12:09:21 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-06 12:09:21 +0100
commit1b96d953d6e8d3a79d676e88333c7c2b1ba923ec (patch)
treefe758d03acd4268cfc32b651200118b667a80bdc
parentMerge branch 'master' into f28 (diff)
parentDisabled elfhack (diff)
downloadlibrewolf-fedora-ff-1b96d953d6e8d3a79d676e88333c7c2b1ba923ec.tar.gz
librewolf-fedora-ff-1b96d953d6e8d3a79d676e88333c7c2b1ba923ec.tar.bz2
librewolf-fedora-ff-1b96d953d6e8d3a79d676e88333c7c2b1ba923ec.zip
Merge branch 'master' into f28
-rw-r--r--firefox.spec6
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\}
bgstack15