Skip to content
Snippets Groups Projects
Commit 74876008 authored by Ray Sherwin's avatar Ray Sherwin
Browse files

Add python-setuptools depend

parent 50cc31af
No related branches found
No related tags found
No related merge requests found
Pipeline #12944 failed
......@@ -24,7 +24,7 @@ _commit=7ead006b14bf638bb1928e389b5552ec32288222
_clangbuild=
pkgver=21.0
pkgrel=2
pkgrel=3
arch=('aarch64' 'armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
license=('GPL2')
......@@ -38,6 +38,9 @@ makedepends=(
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'taglib'
'tinyxml' 'swig' 'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest'
'graphviz' 'libinput' 'libxkbcommon' 'pcre' 'libdisplay-info' 'tinyxml2'
# cmake/scripts/linux/Install.cmake calls distutils
# python 3.12 does no longer come with distutils on board
'python-setuptools'
)
# there are incompatibilities with recent java releases
......@@ -118,7 +121,7 @@ build() {
# -march= defined in /etc/makepkg.conf will override the value for -mcpu we
# uses here so unset them and redefine below
unset CFLAGS CXXFLAGS LDFLAGS
unset CFLAGS CXXFLAGS
if [[ $CARCH = "armv7h" ]]; then
# we use -mcpu=cortex-a53 rather than cortex-a72 to maximize RPi 3B and RPi 4B/400 compatibility
......@@ -135,7 +138,7 @@ build() {
CFLAGS+=" -O2 -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"
LDFLAGS+="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now"
#LDFLAGS+="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now"
if [[ -n "$_clangbuild" ]]; then
export CC=clang CXX=clang++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment