[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] build: update gnulib to pull in openat module separation cha
From: |
Jim Meyering |
Subject: |
Re: [PATCH] build: update gnulib to pull in openat module separation changes |
Date: |
Fri, 04 Nov 2011 20:45:20 +0100 |
Jim Meyering wrote:
> Now that Bruno has finished extracting/creating the other *at modules
> from the openat one, I've gone ahead and updated to the latest from
> gnulib to ensure that everything works properly.
>
> While writing this, I realized that I probably need to add explicit
> mention of a few of those new modules in bootstrap.conf, to avoid build
> failure on systems that lack them.
I've pushed this, too:
>From ee1d9396fc74f6b09a40156db90c9a4ab417deec Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Fri, 4 Nov 2011 20:44:34 +0100
Subject: [PATCH] build: do use fstatat and unlinkat modules, now that they're
separate
* bootstrap.conf (gnulib_modules): Add fstatat and unlinkat.
---
bootstrap.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 91ef8f8..d390fb2 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -88,6 +88,7 @@ gnulib_modules="
freopen
freopen-safer
fseeko
+ fstatat
fsusage
fsync
ftello
@@ -223,6 +224,7 @@ gnulib_modules="
uname
unicodeio
unistd-safer
+ unlinkat
unlink-busy
unlocked-io
unsetenv
--
1.7.8.rc0.35.gee6df