]> 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>
Thu, 18 Jan 2024 08:31:23 +0000 (09:31 +0100)
* modules/jit/cache-tests (Makefile.am): Link test-cache with
$(LIBINTL).

ChangeLog
modules/jit/cache-tests

index 46efd979fbea8b866a471568b8e7a7951d97e1f9..48e6ff0817834d6fb4428473b27939a0395e6d14 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)