kodi: ignore non fatal errors in bootstrap with musl.
This commit is contained in:
parent
c373ae50d4
commit
e1434c43d1
@ -50,7 +50,7 @@ pre_configure() {
|
||||
if [ -n "${_kodi_nojava}" ]; then
|
||||
$XBPS_FETCH_CMD http://repo.voidlinux.eu/distfiles/kodi-${version}-generated-addons.tar.xz
|
||||
tar xf kodi-${version}-generated-addons.tar.xz -C ${wrksrc}
|
||||
BOOTSTRAP_STANDALONE=1 make JAVA=/bin/true SWIG=/bin/true -f codegenerator.mk
|
||||
BOOTSTRAP_STANDALONE=1 make JAVA=/bin/true SWIG=/bin/true -f codegenerator.mk || true
|
||||
else
|
||||
. /etc/profile.d/10_openjdk.sh
|
||||
BOOTSTRAP_STANDALONE=1 make -f codegenerator.mk
|
||||
|
Loading…
Reference in New Issue
Block a user