diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-10 14:16:30 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-10 14:16:30 -0800 |
commit | 3c1b2fbfe8b879ab711a41c998bae9cbaedc2599 (patch) | |
tree | 9db6f2ce28d060faac2dd976caa159cfd662c808 /PKGBUILD | |
parent | Updated to 78.4.0 (diff) | |
download | firefox-esr-3c1b2fbfe8b879ab711a41c998bae9cbaedc2599.tar.xz |
Updated to 78.4.1
Allow stack-clash-protection due to clang11 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -19,7 +19,7 @@ _modclang=0 _pkgname=firefox pkgname=${_pkgname}-esr -pkgver=78.4.0 +pkgver=78.4.1 _pkgver=${pkgver}esr pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" @@ -57,7 +57,7 @@ source=( arc4_remove-health-reporting.patch arc4_remove-system-addons.patch ) -b2sums=('6c3e85353b52465e00393bed14dc067cf1663ce1d7d737de1d51ec6c747c465f998600ed5a03b1a5b116a65054f1addb31a23e8e0d8364a2763e3dab693d016b' +b2sums=('3ba8bf545c4c2b92914bf7f63b539ba61dc2ee6c14fb8995a6d75adb4bd11988f1d47d2c64639cbecf7a4b01b99085e63af4eb3afc7a27047f03048ffa9c2c2d' 'SKIP' 'e4cf5d0ddd2c7271f1723b5c313f0aa8a7bf2242fb301ceba1ab5a4dca655ca7b9461d0aaebe5eaccf84b2f7a4c4199cbb0c18eab2bdaff273fcb730ec27219e' '252ac08a66f4e20a5cc0688a019820a75ae62da3ecc561b2ec4225dbe3cefe9e34603ffcac1192d4338065aea22ca12c847f147f85cab5e0af1464f17a1ad1c1' @@ -133,8 +133,8 @@ build() { if [ "${_modclang}" == "1" ]; then # clang does not support -fstack-clash-protection, so remove it - export CFLAGS="$(echo $CFLAGS | sed 's/ -fstack-clash-protection//' - )" - export CXXFLAGS="$(echo $CXXFLAGS | sed 's/ -fstack-clash-protection//' - )" + #export CFLAGS="$(echo $CFLAGS | sed 's/ -fstack-clash-protection//' - )" + #export CXXFLAGS="$(echo $CXXFLAGS | sed 's/ -fstack-clash-protection//' - )" # Do 3-tier PGO echo "Building instrumented browser..." |