case "$HOST" in
  (*-musl)
    CFLAGS+=' -D__GNU_LIBRARY__'
    ;;
esac &&
default_build
