From 1c2bb5773c72ada80294749d269771843c4bf648 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 11 Aug 2018 13:02:15 -0300 Subject: [PATCH] libssh: fix *-musl. --- srcpkgs/libssh/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index 10e638db213..71ff4605a03 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -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() {