diff options
author | Bruno Haible <bruno@clisp.org> | 2020-11-07 21:07:04 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-11-07 21:07:04 +0100 |
commit | f570a82be35e36832adf0344d8d4e983c8db9e1a (patch) | |
tree | c0fb549e83c9babfcf86b88b4c11fab2aa487538 /ChangeLog | |
parent | c59c21ad62b3c6c8151bc62b7a28776b6c067293 (diff) | |
download | gnulib-f570a82be35e36832adf0344d8d4e983c8db9e1a.tar.gz |
gnulib-tool: Fix link error with 'version-etc' (regression 2020-05-29).
Reported by Simon Josefsson in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00032.html>.
* gnulib-tool (func_emit_tests_Makefile_am): Add libtests.a to
LDADD a third time, after the second occurrence of ../lib/libgnu.a.
* pygnulib/GLEmiter.py (tests_Makefile_am): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2020-11-07 Bruno Haible <bruno@clisp.org> + + gnulib-tool: Fix link error with 'version-etc' (regression 2020-05-29). + Reported by Simon Josefsson in + <https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00032.html>. + * gnulib-tool (func_emit_tests_Makefile_am): Add libtests.a to + LDADD a third time, after the second occurrence of ../lib/libgnu.a. + * pygnulib/GLEmiter.py (tests_Makefile_am): Likewise. + 2020-11-04 Paul Eggert <eggert@cs.ucla.edu> tests: pacify Sun C 5.9 |