mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
micropython: Needs musl-legacy-compat for *-musl
This commit is contained in:
parent
8bc5db5017
commit
0885302f80
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) broken="missing nlr_push" ;;
|
ppc*) broken="missing nlr_push" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue