parent
dea2cb550c
commit
c8b23329d7
|
@ -16,3 +16,10 @@ pre_configure() {
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue