@@ -16,3 +16,10 @@ pre_configure() {
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
# Disable locale tests that fail on musl
|
||||||
|
sed -i '/test-localename$(EXEEXT)/d' gnulib-tests/Makefile
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user