summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-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