From 4470090c05fbe0eb4b3ef17eeed7ac5901ac1bbd Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 12 May 2020 03:09:34 +0200 Subject: [PATCH] tacacs: musl breakage does not affect cross --- srcpkgs/tacacs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tacacs/template b/srcpkgs/tacacs/template index 6b0f6a33aa..1f488b701d 100644 --- a/srcpkgs/tacacs/template +++ b/srcpkgs/tacacs/template @@ -15,7 +15,7 @@ checksum=147f2dc98d26d2f93f0aba76c988ced196ffe1c001dc2e91f788a1a2c747219e python_version=2 disable_parallel_build=yes -if [ "$XBPS_MACHINE" = "x86_64-musl" ]; then +if [ -z "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64-musl" ]; then broken="Hangs when configure tests if children need to be reaped" fi