mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/kodi-rpi-git to 21.x.65382.35d75b7254-1
This commit is contained in:
parent
af605b2cc7
commit
9679a28b2c
1 changed files with 3 additions and 3 deletions
|
@ -17,8 +17,8 @@ pkgname=(
|
||||||
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
||||||
_clangbuild=
|
_clangbuild=
|
||||||
|
|
||||||
pkgver=21.x.65287.7d4c6901ad
|
pkgver=21.x.65382.35d75b7254
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('aarch64' 'armv7h')
|
arch=('aarch64' 'armv7h')
|
||||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
|
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -129,7 +129,7 @@ build() {
|
||||||
CFLAGS="-mcpu=cortex-a53"
|
CFLAGS="-mcpu=cortex-a53"
|
||||||
fi
|
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"
|
CXXFLAGS+="${CFLAGS} -Wp,-D_GLIBCXX_ASSERTIONS"
|
||||||
|
|
||||||
if [[ -n "$_clangbuild" ]]; then
|
if [[ -n "$_clangbuild" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue