diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index c5a0ac99eb8..10e638db213 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -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"