Skip to content
Snippets Groups Projects
Verified Commit c7d19930 authored by Leonidas Spyropoulos's avatar Leonidas Spyropoulos
Browse files

upgpkg: 115.2.0-4: Disable _FORTIFY_SOURCE=3

parent a1a72d04
No related branches found
Tags 115.1.1-1
No related merge requests found
......@@ -8,7 +8,7 @@
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)
......@@ -113,6 +113,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment