projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a62f811
)
test-perror: avoid spurious failure on FreeBSD
author
Eric Blake
<eblake@redhat.com>
Fri, 20 May 2011 19:02:16 +0000
(13:02 -0600)
committer
Eric Blake
<eblake@redhat.com>
Fri, 20 May 2011 19:02:16 +0000
(13:02 -0600)
* modules/perror-tests (Depends-on): Add strerror, now that
strerror_r no longer pulls it in.
Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
patch
|
blob
|
history
modules/perror-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index dadc29afd7163dc8ba8f7b5aed4f8360b0d04e29..598238f6da69a26086b9003db606a54666949b8b 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+2011-05-20 Eric Blake <eblake@redhat.com>
+
+ 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 <bruno@clisp.org>
strerror_r-posix: Remove unused dependencies.
diff --git
a/modules/perror-tests
b/modules/perror-tests
index 9a6ba47363c27c62a0590f54253189c992b21e92..3770d778204e0ae7dd8d504d5deea687a7e3d04e 100644
(file)
--- 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: