FYI, preparing to update to newer gnulib (though not for 8.12), >From 925182174cd6c429f01350635af45c87bdfcfa68 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sat, 23 Apr 2011 23:47:37 +0200 Subject: [PATCH] maint: explicitly list full-read and full-write module names
* bootstrap.conf (gnulib_modules): Include full-read and full-write explicitly. Before, we'd get them via safe-read, but with newer gnulib, that is no longer enough: link failure due to undefined references to full_write. --- bootstrap.conf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 618fa53..5633e13 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -91,6 +91,8 @@ gnulib_modules=" ftello ftoastr fts + full-read + full-write getgroups gethrxtime getline -- 1.7.5.rc3.316.gd1ff9
