1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

jit/cache tests: Fix link error.

* modules/jit/cache-tests (Makefile.am): Link test-cache with
$(LIBINTL).
This commit is contained in:
Bruno Haible
2024-01-12 14:35:33 +01:00
parent 2d57707c2f
commit 29d705ead1
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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.
+1
View 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)