[thunderbird-lightning: 1/2] Disable elf-hack on arm

Orion Poplawski orion at fedoraproject.org
Mon Apr 23 16:08:20 UTC 2012


commit f09ce7a09968cd9674a04a376eaa154dc8bfd2c5
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Apr 23 10:08:01 2012 -0600

    Disable elf-hack on arm

 thunderbird-lightning.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 2a41502..2fafd55 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -119,6 +119,10 @@ cd ..
 echo "ac_add_options --disable-jemalloc" >> .mozconfig
 %endif
 
+%ifarch %{arm}
+echo "ac_add_options --disable-elf-hack" >> .mozconfig
+%endif
+
 # Fix permissions
 find -name \*.js | xargs chmod -x
 


More information about the scm-commits mailing list