extra/thunderbird to 115.2.0-4

This commit is contained in:
Kevin Mihelich 2023-09-11 12:30:38 +00:00
parent b22019e091
commit d53172bfcd

View file

@ -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