coreutils: unbreak musl build; syncfs() proto does not match with glibc.
This commit is contained in:
parent
7e3f9e2949
commit
978dc6acca
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ do_configure() {
|
|||
gl_cv_func_working_mkstemp=yes
|
||||
gl_cv_func_working_acl_get_file=yes "
|
||||
fi
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# XXX syncfs() in src/sync.c expects a return value.
|
||||
*-musl) configure_args+=" ac_cv_func_syncfs=no";;
|
||||
esac
|
||||
#
|
||||
# Do not install kill: provided by util-linux.
|
||||
# Do not install uptime: provided by procps-ng.
|
||||
|
|
Loading…
Reference in a new issue