From: Eric Blake Date: Fri, 20 May 2011 19:02:16 +0000 (-0600) Subject: test-perror: avoid spurious failure on FreeBSD X-Git-Tag: v0.1~2745 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=518c67878273bfd68115b780c6fc5a6aebf0aedc;p=gnulib.git test-perror: avoid spurious failure on FreeBSD * modules/perror-tests (Depends-on): Add strerror, now that strerror_r no longer pulls it in. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index dadc29afd..598238f6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-20 Eric Blake + + test-perror: avoid spurious failure on FreeBSD + * modules/perror-tests (Depends-on): Add strerror, now that + strerror_r no longer pulls it in. + 2011-05-20 Bruno Haible strerror_r-posix: Remove unused dependencies. diff --git a/modules/perror-tests b/modules/perror-tests index 9a6ba4736..3770d7782 100644 --- a/modules/perror-tests +++ b/modules/perror-tests @@ -7,6 +7,7 @@ tests/test-perror2.c tests/test-perror.sh Depends-on: +strerror configure.ac: