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