mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
Counterpart to commit 8fe40b84bd, since test-link.c uses rename,
and we override gnulib with a rename() replacement that can xalloc_die.
* gl/modules/link-tests.diff: New file.
10 lines
266 B
Diff
10 lines
266 B
Diff
diff --git i/modules/link-tests w/modules/link-tests
|
|
index d8e7b1a..aca0e74 100644
|
|
--- i/modules/link-tests
|
|
+++ w/modules/link-tests
|
|
@@ -12,3 +12,4 @@ configure.ac:
|
|
Makefile.am:
|
|
TESTS += test-link
|
|
check_PROGRAMS += test-link
|
|
+test_link_LDADD = $(LDADD) @LIBINTL@
|