kodi-addon-pvr-hts: fix musl build

This commit is contained in:
Helmut Pozimski 2020-03-14 13:20:28 +01:00
parent d041152069
commit cb66b2fdc8

View File

@ -13,3 +13,7 @@ homepage="https://github.com/kodi-pvr/pvr.hts"
distfiles="https://github.com/kodi-pvr/pvr.hts/archive/${version}-${_kodi_release}.tar.gz"
checksum=6958b91ca616554e4c068bc303c66388e9a2c3a68b5979d8918b4e0d7b6bb95c
nocross="depends on kodi-platform"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi