alarm/kodi-rpi-git to 20.x.60428.6e62e81802-2

Fix for GCC 12.1.0, see: https://bugs.archlinux.org/task/74753
This commit is contained in:
graysky 2022-05-28 11:03:20 -04:00
parent efce9f58f2
commit 9977b99004

View file

@ -21,7 +21,7 @@ _commit=6e62e8180239febcba72c21248cc8b95a293735f
_clangbuild=
pkgver="20.x.$_commitnumber.${_commit:0:10}"
pkgrel=1
pkgrel=2
arch=('armv7h' 'aarch64')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus-v4"
license=('GPL2')
@ -129,7 +129,7 @@ build() {
CFLAGS="-mcpu=cortex-a53"
fi
export CFLAGS+=" -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection"
export CFLAGS+=" -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error"
export CXXFLAGS+="${CFLAGS} -Wp,-D_GLIBCXX_ASSERTIONS"
if [[ -n "$_clangbuild" ]]; then