inetutils: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:38:34 -07:00 committed by classabbyamp
parent be574387b6
commit 8b38681ab9

View file

@ -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