[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build: update gnulib submodule to latest
From: |
Paul Eggert |
Subject: |
[PATCH] build: update gnulib submodule to latest |
Date: |
Wed, 23 Jan 2013 20:07:27 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
* bootstrap.conf (gnulib_modules): Add statat.
The fstatat module was split in two, and we need both halves.
---
bootstrap.conf | 1 +
gnulib | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index d575949..bb6c145 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -212,6 +212,7 @@ gnulib_modules="
sig2str
sigaction
ssize_t
+ statat
stat-macros
stat-size
stat-time
diff --git a/gnulib b/gnulib
index 9fc8109..26b7d03 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e
+Subproject commit 26b7d0370e2c6bbc07e86cda0848c341c7f64ec1
--
1.7.11.7
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] build: update gnulib submodule to latest,
Paul Eggert <=