micropython: Needs musl-legacy-compat for *-musl

This commit is contained in:
Jürgen Buchmüller 2020-03-24 19:44:01 +01:00
parent 8bc5db5017
commit 0885302f80

View file

@ -16,6 +16,10 @@ case "$XBPS_TARGET_MACHINE" in
ppc*) broken="missing nlr_push" ;;
esac
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
pre_configure() {
sed -i 's|-Werror||;/^COPT =/d' Makefile
}