From bfdff4e36739f0012d51229eb27ae70eaf1d27d6 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 14:37:35 -0700 Subject: [PATCH] tacacs: rebuild for libxcrypt --- srcpkgs/tacacs/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/tacacs/template b/srcpkgs/tacacs/template index 179fc1fa161..ac88e28bf49 100644 --- a/srcpkgs/tacacs/template +++ b/srcpkgs/tacacs/template @@ -1,7 +1,7 @@ # Template file for 'tacacs' pkgname=tacacs version=4.0.4.28 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-libwrap=no" hostmakedepends="flex perl" @@ -15,6 +15,10 @@ checksum=147f2dc98d26d2f93f0aba76c988ced196ffe1c001dc2e91f788a1a2c747219e python_version=3 disable_parallel_build=yes +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + pre_configure() { if [ "$XBPS_TARGET_LIBC" = "musl" ]; then patch -Np0 -i ${FILESDIR}/no-reap-child-test-no-nsl.patch