libssh: fix *-musl.
This commit is contained in:
parent
b387d83891
commit
1c2bb5773c
|
@ -3,7 +3,6 @@ pkgname=libssh
|
|||
version=0.8.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_TESTING=ON"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="zlib-devel libressl-devel cmocka-devel"
|
||||
short_desc="Multiplatform C library implementing the SSH v2 protocol"
|
||||
|
@ -14,7 +13,7 @@ distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${vers
|
|||
checksum=64bf40c65d66b7413b40062cf69b1a8617ee9f759010e28e5741fe180638dc30
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="no implementation of GLOB_TILDE" ;;
|
||||
*-musl) configure_args="-DHAVE_GLOB=0" ;;
|
||||
esac
|
||||
|
||||
libssh-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue