* modules/acl-tests (test_copy_acl_LDADD): Add
$(FILE_HAS_ACL_LIB), since qcopy-acl depends on file-has-acl.
Although this suggests that QCOPY_ACL_LIB should contain
FILE_HAS_ACL_LIB, I’m not sure whether that’s the right course of
action and anyway this is good enough for coreutils.
---
 ChangeLog         | 9 +++++++++
 modules/acl-tests | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 39e2ae752d..bb1f55cce0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2025-05-09  Paul Eggert  <egg...@cs.ucla.edu>
+
+       acl-tests: link with $(FILE_HAS_ACL_LIB)
+       * modules/acl-tests (test_copy_acl_LDADD): Add
+       $(FILE_HAS_ACL_LIB), since qcopy-acl depends on file-has-acl.
+       Although this suggests that QCOPY_ACL_LIB should contain
+       FILE_HAS_ACL_LIB, I’m not sure whether that’s the right course of
+       action and anyway this is good enough for coreutils.
+
 2025-05-09  Bruno Haible  <br...@clisp.org>
 
        string-desc: Distinguish writable strings from read-only strings.
diff --git a/modules/acl-tests b/modules/acl-tests
index 5add9405bc..c77ca16361 100644
--- a/modules/acl-tests
+++ b/modules/acl-tests
@@ -26,5 +26,5 @@ TESTS += \
 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
 check_PROGRAMS += test-set-mode-acl test-copy-acl test-sameacls
 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) $(LIBUNISTRING) @LIBINTL@ 
$(MBRTOWC_LIB) $(LIBC32CONV)
-test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) $(QCOPY_ACL_LIB) $(LIBUNISTRING) 
@LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
+test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) $(QCOPY_ACL_LIB) $(FILE_HAS_ACL_LIB) 
$(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(MBRTOWC_LIB)
-- 
2.49.0


Reply via email to