summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-06 12:09:03 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-06 12:09:03 +0100
commit0ed5bc013442ea42fb35f7ab661a8b6ba37e4630 (patch)
treefe758d03acd4268cfc32b651200118b667a80bdc
parentremoved unused patch (diff)
downloadlibrewolf-fedora-ff-0ed5bc013442ea42fb35f7ab661a8b6ba37e4630.tar.gz
librewolf-fedora-ff-0ed5bc013442ea42fb35f7ab661a8b6ba37e4630.tar.bz2
librewolf-fedora-ff-0ed5bc013442ea42fb35f7ab661a8b6ba37e4630.zip
Disabled elfhack
-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