]> Savannah Git Hosting - gnulib.git/commitdiff
jit/cache tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Fri, 12 Jan 2024 13:35:33 +0000 (14:35 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 12 Jan 2024 13:35:33 +0000 (14:35 +0100)
* modules/jit/cache-tests (Makefile.am): Link test-cache with
$(LIBINTL).

ChangeLog
modules/jit/cache-tests

index 597c4f6f5abf1b37a49439d24a579a98f258ac0f..bc6a28c09f20c0b85a14aee09b3ed4c3b64c6931 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-12  Bruno Haible  <bruno@clisp.org>
+
+       jit/cache tests: Fix link error.
+       * modules/jit/cache-tests (Makefile.am): Link test-cache with
+       $(LIBINTL).
+
 2024-01-12  Bruno Haible  <bruno@clisp.org>
 
        qsort_r: Fix compilation error in C++ mode on FreeBSD 14.0/powerpc64.
index 14809b51116843bf82a5b9453a305023858bc681..aa6f37ce87dccd3e8a98170de968d06f98aaf215 100644 (file)
@@ -29,3 +29,4 @@ TESTS += test-cache
 check_PROGRAMS += test-cache
 test_cache_SOURCES = jit/test-cache.c
 test_cache_CFLAGS = $(AM_CFLAGS) $(DISABLE_OPENBSD_RETGUARD)
+test_cache_LDADD = $(LDADD) $(LIBINTL)