From 768b8a0662d7aff03335949fafaefbf0c792f747 Mon Sep 17 00:00:00 2001 From: Jim Meyering 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 file changed, 2 insertions(+) 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 -- 2.7.4