mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
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:
parent
efce9f58f2
commit
9977b99004
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue