summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-24 19:43:11 +0100
committerBruno Haible <bruno@clisp.org>2021-12-24 19:43:11 +0100
commitfd03b5cc0e0417251da917805d7c4bd02856fe47 (patch)
tree70bd942a6df5933b71864fe2f685ecc50eb23580 /ChangeLog
parent48f5e2e61bd2908ee282e6320470bd4e580cfddf (diff)
downloadgnulib-fd03b5cc0e0417251da917805d7c4bd02856fe47.tar.gz
tests: Fix link errors on AIX.
* modules/fnmatch-h-c++-tests (Makefile.am): Link test-fnmatch-h-c++ with $(LIB_MBRTOWC). * modules/glob-h-c++-tests (Makefile.am): Link test-glob-h-c++ with $(LIB_MBRTOWC). * modules/stdlib-c++-tests (Makefile.am): Link test-stdlib-c++ with $(GETLOADAVG_LIBS). * modules/sys_stat-c++-tests (Makefile.am): Link test-sys_stat-c++ with $(LIB_MBRTOWC). * modules/uchar-c++-tests (Makefile.am): Link test-uchar-c++ with $(LIBUNISTRING).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45bc226680..5e27c022e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2021-12-24 Bruno Haible <bruno@clisp.org>
+ tests: Fix link errors on AIX.
+ * modules/fnmatch-h-c++-tests (Makefile.am): Link test-fnmatch-h-c++
+ with $(LIB_MBRTOWC).
+ * modules/glob-h-c++-tests (Makefile.am): Link test-glob-h-c++ with
+ $(LIB_MBRTOWC).
+ * modules/stdlib-c++-tests (Makefile.am): Link test-stdlib-c++ with
+ $(GETLOADAVG_LIBS).
+ * modules/sys_stat-c++-tests (Makefile.am): Link test-sys_stat-c++ with
+ $(LIB_MBRTOWC).
+ * modules/uchar-c++-tests (Makefile.am): Link test-uchar-c++ with
+ $(LIBUNISTRING).
+
+2021-12-24 Bruno Haible <bruno@clisp.org>
+
hamt tests: Fix compilation error with AIX xlc.
* tests/test-hamt.c (test_iterator): Don't use compound initializer.