Skip to content

Commit

Permalink
coreutils: reenable statx() support on glibc
Browse files Browse the repository at this point in the history
Commit 9cd29dc had disabled statx support detection due to xbps
testing issues on travis with older kernels lacking statx support.

Reenable this, as after xbps commit a3a103a1 we are now running on a
newer travis environment with kernels recent enough to support this
syscall.
  • Loading branch information
ailiop-git authored and Juan RP committed Apr 2, 2020
1 parent c2005ff commit 0010d6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions srcpkgs/coreutils/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'coreutils'
pkgname=coreutils
version=8.32
revision=3
revision=4
bootstrap=yes
makedepends="gmp-devel acl-devel libcap-devel"
short_desc="GNU core utilities"
Expand Down Expand Up @@ -51,9 +51,6 @@ do_configure() {
case "$XBPS_TARGET_MACHINE" in
# XXX syncfs() in src/sync.c expects a return value.
*-musl) configure_args+=" ac_cv_func_syncfs=no";;
# XXX disable statx(), needs glibc>=2.28 and linux>=4.11
# XXX seems to fail on travis always returning EACCES.
*) configure_args+=" ac_cv_func_statx=no";;
esac
#
# Do not install kill: provided by util-linux.
Expand Down

0 comments on commit 0010d6d

Please sign in to comment.