coreutils: unbreak musl build; syncfs() proto does not match with glibc.

This commit is contained in:
Juan RP 2015-07-04 07:56:50 +02:00
parent 7e3f9e2949
commit 978dc6acca

View file

@ -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.