diff --git a/srcpkgs/libcli/template b/srcpkgs/libcli/template index 0d6b769fd3b..385bb3f834f 100644 --- a/srcpkgs/libcli/template +++ b/srcpkgs/libcli/template @@ -2,7 +2,7 @@ pkgname=libcli version=1.9.8.4 _distver="${version%.*}-${version##*.}" -revision=1 +revision=2 build_style=gnu-makefile short_desc="Library for cisco style telnet interfaces" maintainer="Robert Lowry " @@ -11,6 +11,10 @@ homepage="https://github.com/dparrish/libcli" distfiles="https://github.com/dparrish/libcli/archive/v${_distver}.tar.gz" checksum=c80e268be48c7a52105877995e126034df281096d9785a394b7afcadc9d30e9a +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + libcli-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"