libssh: mark as broken on *-musl
This commit is contained in:
parent
649747f8f3
commit
71d297fbc1
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ homepage="https://www.libssh.org/"
|
|||
distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
|
||||
checksum=64bf40c65d66b7413b40062cf69b1a8617ee9f759010e28e5741fe180638dc30
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="no implementation of GLOB_TILDE" ;;
|
||||
esac
|
||||
|
||||
libssh-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue