mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
acf5028955
commit
572e90f869
1 changed files with 7 additions and 0 deletions
|
@ -17,3 +17,10 @@ if [ -n "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" gl_cv_func_getopt_gnu=yes"
|
configure_args+=" gl_cv_func_getopt_gnu=yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl* )
|
||||||
|
# Disable locale tests that fail on musl
|
||||||
|
sed -i '/test-mbrtowc5.sh/d' gnulib-tests/Makefile ;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue