parent
dea2cb550c
commit
c8b23329d7
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue