alarm/kodi-rpi-git to 21.x.65382.35d75b7254-1

This commit is contained in:
graysky 2024-02-10 15:03:36 -05:00
parent af605b2cc7
commit 9679a28b2c

View file

@ -17,8 +17,8 @@ pkgname=(
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
_clangbuild=
pkgver=21.x.65287.7d4c6901ad
pkgrel=2
pkgver=21.x.65382.35d75b7254
pkgrel=1
arch=('aarch64' 'armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
license=('GPL2')
@ -129,7 +129,7 @@ build() {
CFLAGS="-mcpu=cortex-a53"
fi
CFLAGS+=" -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection"
CFLAGS+=" -O3 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection"
CXXFLAGS+="${CFLAGS} -Wp,-D_GLIBCXX_ASSERTIONS"
if [[ -n "$_clangbuild" ]]; then