From c75783737fcf31f8026acc113dd5903c840e8da7 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Tue, 31 Mar 2020 11:19:50 +0200 Subject: fix some env vars for aarch64 builds --- PKGBUILD | 22 +++++++++++++--------- binary_tarball/scripts/3_Configure_Source_Code.sh | 13 ++++++++----- binary_tarball/scripts/4_Build_Binary_Tarball.sh | 6 +++++- 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 00a60a8..4484128 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=librewolf _pkgname=LibreWolf # how to get ci vars instead? pkgver=74.0 -pkgrel=3 +pkgrel=4 pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom." arch=(x86_64 aarch64) license=(MPL GPL LGPL) @@ -102,25 +102,29 @@ if [[ $CARCH == 'aarch64' ]]; then cat >>../mozconfig <>../mozconfig <>${CI_PROJECT_DIR}/mozconfig <