mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
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_mkstemp=yes
|
||||||
gl_cv_func_working_acl_get_file=yes "
|
gl_cv_func_working_acl_get_file=yes "
|
||||||
fi
|
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 kill: provided by util-linux.
|
||||||
# Do not install uptime: provided by procps-ng.
|
# Do not install uptime: provided by procps-ng.
|
||||||
|
|
Loading…
Add table
Reference in a new issue