From 8b38681ab97e018e87d60ffdf0510b308f8e64fb Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 13:38:34 -0700 Subject: [PATCH] inetutils: rebuild for libxcrypt --- srcpkgs/inetutils/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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