From 789972c6ff3ac301d38242451e60de37e1cd2dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 27 Jan 2020 20:25:04 +0100 Subject: [PATCH] tacacs: hangs when configuring for *-musl --- srcpkgs/tacacs/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tacacs/template b/srcpkgs/tacacs/template index 63439b8ecfc..c479ca271a2 100644 --- a/srcpkgs/tacacs/template +++ b/srcpkgs/tacacs/template @@ -14,6 +14,10 @@ distfiles="ftp://ftp.shrubbery.net/pub/tac_plus/$pkgname-F$version.tar.gz" checksum=147f2dc98d26d2f93f0aba76c988ced196ffe1c001dc2e91f788a1a2c747219e disable_parallel_build=yes +if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + broken="Hangs when configure tests if children need to be reaped" +fi + pre_configure() { # -lnsl is not required w/o libwrap and prevents musl builds; rip it out sed -i configure -e "s;-lnsl ;;g"