From 8491d944e92339aebf621563de10285076b96444 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 17 Jan 2021 22:13:25 +0100 Subject: [PATCH] canonicalize-lgpl tests: Fix link error. * modules/canonicalize-lgpl-tests (Makefile.am): Link test-canonicalize-lgpl with $(LIBINTL). --- ChangeLog | 6 ++++++ modules/canonicalize-lgpl-tests | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3570066789..4bce82149f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-01-17 Bruno Haible + + canonicalize-lgpl tests: Fix link error. + * modules/canonicalize-lgpl-tests (Makefile.am): Link + test-canonicalize-lgpl with $(LIBINTL). + 2021-01-17 Bruno Haible canonicalize-lgpl: Work around // handling in realpath() of musl 1.2.2. diff --git a/modules/canonicalize-lgpl-tests b/modules/canonicalize-lgpl-tests index 22b6b7fade..73a0e32abb 100644 --- a/modules/canonicalize-lgpl-tests +++ b/modules/canonicalize-lgpl-tests @@ -14,3 +14,4 @@ configure.ac: Makefile.am: TESTS += test-canonicalize-lgpl check_PROGRAMS += test-canonicalize-lgpl +test_canonicalize_lgpl_LDADD = $(LDADD) $(LIBINTL) -- 2.39.5