diff --git a/srcpkgs/inetutils/template b/srcpkgs/inetutils/template index c45de47f30e..072159bc6e3 100644 --- a/srcpkgs/inetutils/template +++ b/srcpkgs/inetutils/template @@ -1,7 +1,7 @@ # Template file for 'inetutils' pkgname=inetutils version=2.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-wrap --with-pam" makedepends="pam-devel readline-devel" @@ -23,6 +23,10 @@ CFLAGS="-fcommon" # hostname test can't run in CI make_check=ci-skip +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + case "$XBPS_TARGET_MACHINE" in *-musl) # Some packages don't build on musl, so explicitly disable them