From 876ad6af66851d4e25bb8475e1cd1ec46680b703 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 20 Apr 2023 20:02:13 +0200 Subject: posixtm tests: Fix link error. * modules/posixtm-tests (Depends-on): Add stpcpy. --- ChangeLog | 5 +++++ modules/posixtm-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4c21a9730e..7856e350c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-04-20 Bruno Haible + + posixtm tests: Fix link error. + * modules/posixtm-tests (Depends-on): Add stpcpy. + 2023-04-20 Bruno Haible readtokens tests: Fix test failure on mingw. diff --git a/modules/posixtm-tests b/modules/posixtm-tests index 7f5ada5593..de5a84a333 100644 --- a/modules/posixtm-tests +++ b/modules/posixtm-tests @@ -6,6 +6,7 @@ Depends-on: intprops setenv stdint +stpcpy strftime configure.ac: -- cgit v1.2.1