From 768b8a0662d7aff03335949fafaefbf0c792f747 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Apr 2011 23:47:37 +0200 Subject: 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(+) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index 618fa5344..5633e136a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -91,6 +91,8 @@ gnulib_modules=" ftello ftoastr fts + full-read + full-write getgroups gethrxtime getline -- cgit v1.2.3-54-g00ecf