Date: Wednesday, March 8, 2023 @ 02:53:48 Author: svenstaro Revision: 1416779
upgpkg: cataclysm-dda 0.G-2: Disable some flags to try to fix FS#75581 Modified: cataclysm-dda/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-07 23:31:57 UTC (rev 1416778) +++ PKGBUILD 2023-03-08 02:53:48 UTC (rev 1416779) @@ -6,7 +6,7 @@ pkgname=cataclysm-dda pkgver=0.G _pkgver=0.G -pkgrel=1 +pkgrel=2 pkgdesc="A post-apocalyptic roguelike." url="https://cataclysmdda.org/" arch=('x86_64') @@ -26,6 +26,10 @@ build() { cd "Cataclysm-DDA-$_pkgver" + export CXXFLAGS="${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}" + export CXXFLAGS="${CXXFLAGS/-fcf-protection}" + export CXXFLAGS="${CXXFLAGS/-fstack-clash-protection}" + make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all TILES=1 SOUND=1 ./lang/compile_mo.sh
