From d53172bfcdfa4b30db0be81e81e5f29aaf74b764 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 11 Sep 2023 12:30:38 +0000 Subject: [PATCH] extra/thunderbird to 115.2.0-4 --- extra/thunderbird/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD index f945ce7aa..3d07bb140 100644 --- a/extra/thunderbird/PKGBUILD +++ b/extra/thunderbird/PKGBUILD @@ -14,7 +14,7 @@ highmem=1 pkgbase=thunderbird pkgname=(thunderbird) pkgver=115.2.0 -pkgrel=3 +pkgrel=4 pkgdesc='Standalone mail and news reader from mozilla.org' url='https://www.thunderbird.net/' arch=(x86_64) @@ -141,6 +141,11 @@ build() { fi export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none export MOZBUILD_STATE_PATH="${srcdir}/mozbuild" + + # malloc_usable_size is used in various parts of the codebase + CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}" + CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}" + ./mach configure ./mach build ./mach buildsymbols