From 6e1b5f0feac50a498cb7319e5051a251877fe682 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 19 Jul 2012 12:43:55 +0100 Subject: gnulib: Don't include or run getlogin_r test (thanks Jim Meyering). See: https://lists.gnu.org/archive/html/bug-gnulib/2012-07/msg00194.html --- bootstrap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index dd5006c4..1384a74d 100755 --- a/bootstrap +++ b/bootstrap @@ -94,8 +94,12 @@ xstrtoll xvasprintf ' +# If any tests fail, avoid including them by adding them to +# this list. +avoid="--avoid=dummy --avoid=getlogin_r-tests" + $gnulib_tool \ - --avoid=dummy \ + $avoid \ --with-tests \ --m4-base=m4 \ --source-base=gnulib/lib \ -- cgit