tacacs: musl breakage does not affect cross
This commit is contained in:
parent
6306b01fcd
commit
4470090c05
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue