New review comment by ndowens on void-packages repository https://github.com/void-linux/void-packages/pull/26263#discussion_r522555321 Comment: Add the following to fix the *-musl builds: if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat" fi