From 6306b01fcda0b1d8fc7a739fc2a4ee2775bf6591 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 12 May 2020 03:06:27 +0200 Subject: [PATCH] tacacs: broken on x86_64-musl hosts --- srcpkgs/tacacs/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tacacs/template b/srcpkgs/tacacs/template index 2b6ce64c97..6b0f6a33aa 100644 --- a/srcpkgs/tacacs/template +++ b/srcpkgs/tacacs/template @@ -15,6 +15,10 @@ checksum=147f2dc98d26d2f93f0aba76c988ced196ffe1c001dc2e91f788a1a2c747219e python_version=2 disable_parallel_build=yes +if [ "$XBPS_MACHINE" = "x86_64-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"