From 75eecd5b79f91cf760e915c760131201b024e8cd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 6 Sep 2019 15:45:29 -0700 Subject: Rebuild with -fPIC --- PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 0c32eb6..2785fb2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,7 +16,7 @@ pkgname=firefox pkgver=69.0 -pkgrel=1 +pkgrel=1.2 pkgdesc="Standalone web browser from mozilla.org" arch=(x86_64) license=(MPL GPL LGPL) @@ -90,8 +90,6 @@ prepare() { echo "#plugindeprecation-notice { display: none !important; }" >> toolkit/mozapps/extensions/content/extensions.css # Hide warnings on unsigned extensions echo ".warning{display: none!important; } .addon[notification=warning]{background-image: none!important;}" >> toolkit/mozapps/extensions/content/extensions.css - - } build() { @@ -99,8 +97,8 @@ build() { export MOZ_NOSPAM=1 export MOZBUILD_STATE_PATH="$srcdir/mozbuild" - export CFLAGS="$CFLAGS -O3 -fstack-protector-all" - export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all" + export CFLAGS="$CFLAGS -O3 -fstack-protector-all -fPIC" + export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -fPIC" # LTO needs more open files ulimit -n 4096 msg2 "Building optimized browser..." -- cgit v1.2.1