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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user