>From 8491d944e92339aebf621563de10285076b96444 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 17 Jan 2021 22:13:25 +0100 Subject: [PATCH 3/3] 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 3570066..4bce821 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. Reported by Natanael Copa in . diff --git a/modules/canonicalize-lgpl-tests b/modules/canonicalize-lgpl-tests index 22b6b7f..73a0e32 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.7.4