summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-01 11:36:51 +0100
committerJim Meyering <meyering@redhat.com>2011-11-01 11:49:56 +0100
commit65527e1c1a69a9ec8201435a6361964bcf31a480 (patch)
tree6278b6b541cbc1d100b7502a02ad98da9db299e9 /bootstrap.conf
parent8ad83063274466d28dac915a0d3dc7af1d107430 (diff)
downloadcoreutils-65527e1c1a69a9ec8201435a6361964bcf31a480.tar.xz
build: adapt to gnulib's recent openat/fchownat separation
* bootstrap.conf (gnulib_modules): Add fchownat, now that gnulib has moved it into its own module. * gnulib: Update to latest.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 820cb54d1..ce87b5d11 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -70,6 +70,7 @@ gnulib_modules="
faccessat
fadvise
fchdir
+ fchownat
fclose
fcntl
fcntl-safer