From 6fcb575fb0987e50db52c3b00f4aa7f76be84770 Mon Sep 17 00:00:00 2001 From: Isaac David Date: Thu, 11 Aug 2016 13:26:19 -0500 Subject: libre/iceacpe: fix armv7h support --- libre/iceape/PKGBUILD | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'libre/iceape/PKGBUILD') diff --git a/libre/iceape/PKGBUILD b/libre/iceape/PKGBUILD index f1b0f150d..d1a6d5ee6 100644 --- a/libre/iceape/PKGBUILD +++ b/libre/iceape/PKGBUILD @@ -8,7 +8,7 @@ epoch=1 _brandingver=2.39 _brandingrel=3 pkgver=2.40 -pkgrel=2 +pkgrel=3 pkgdesc="A libre version of Debian Iceape, the internet suite based on SeaMonkey." arch=(i686 x86_64 armv7h) license=(MPL GPL LGPL) @@ -136,6 +136,15 @@ prepare() { # GCC 6 patch -Np1 -d mozilla -i ../../mozilla-1245076.patch patch -Np1 -d mozilla -i ../../mozilla-1245076-1.patch + + # ARM-specific changes + if [[ "$CARCH" == arm* ]]; then + cat >> .mozconfig <<- EOF + ac_add_options --disable-elf-hack + ac_add_options --disable-neon + ac_add_options --disable-ion + EOF + fi } build() { -- cgit v1.2.3-2-g168b