From 518c67878273bfd68115b780c6fc5a6aebf0aedc Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 20 May 2011 13:02:16 -0600 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ modules/perror-tests | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index dadc29afd7..598238f6da 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 9a6ba47363..3770d77820 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: -- 2.30.2