summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-12 11:41:54 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-12 11:41:54 +0100
commit96ac0213768378e6f6b9c4e97cabf0dced7f85c2 (patch)
treefd744e42234dedb1f263930461f75c611f7887cd
parentUse gcc on all platforms for official release. (diff)
downloadlibrewolf-fedora-ff-96ac0213768378e6f6b9c4e97cabf0dced7f85c2.tar.gz
librewolf-fedora-ff-96ac0213768378e6f6b9c4e97cabf0dced7f85c2.tar.bz2
librewolf-fedora-ff-96ac0213768378e6f6b9c4e97cabf0dced7f85c2.zip
Disabled elfhack
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index f619ddc..ea49c1e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -7,7 +7,7 @@ ExcludeArch: armv7hl
%global hardened_build 1
%global system_jpeg 1
%global run_tests 0
-%global disable_elfhack 0
+%global disable_elfhack 1
%global build_with_clang 0
%if 0%{?fedora} >= 29
%ifarch x86_64 aarch64
bgstack15