From cb66b2fdc81f9915f1c613e2aaf0632697a4824a Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sat, 14 Mar 2020 13:20:28 +0100 Subject: [PATCH] kodi-addon-pvr-hts: fix musl build --- srcpkgs/kodi-addon-pvr-hts/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/kodi-addon-pvr-hts/template b/srcpkgs/kodi-addon-pvr-hts/template index 3f8ef1b2e5a..a0b9f28702b 100644 --- a/srcpkgs/kodi-addon-pvr-hts/template +++ b/srcpkgs/kodi-addon-pvr-hts/template @@ -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