summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-05 11:26:04 +0100
committerBruno Haible <bruno@clisp.org>2023-01-05 11:26:04 +0100
commitc11db345baddcd05f96f57e0318fbf0b028d4536 (patch)
tree08500036407650961f6ab50c25e294b0767185be
parent5120ea0bd0a7b9bcbc18c08d6bbb6b0b9eb9afd9 (diff)
downloadgnulib-c11db345baddcd05f96f57e0318fbf0b028d4536.tar.gz
copy-file, supersede: Fix link-time requirements.
* modules/copy-file (Link): Add $(LIB_ACL). * modules/supersede (Link): Likewise.
-rw-r--r--ChangeLog6
-rw-r--r--modules/copy-file1
-rw-r--r--modules/supersede1
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e58f88042b..b0a6cf4d5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-01-05 Bruno Haible <bruno@clisp.org>
+ copy-file, supersede: Fix link-time requirements.
+ * modules/copy-file (Link): Add $(LIB_ACL).
+ * modules/supersede (Link): Likewise.
+
+2023-01-05 Bruno Haible <bruno@clisp.org>
+
More systematic naming of LIB variables.
* m4/acl.m4 (gl_FUNC_ACL, gl_FILE_HAS_ACL): Set FILE_HAS_ACL_LIB to the
same value as LIB_HAS_ACL.
diff --git a/modules/copy-file b/modules/copy-file
index 6140c72fa1..fa4a403af1 100644
--- a/modules/copy-file
+++ b/modules/copy-file
@@ -36,6 +36,7 @@ Include:
"copy-file.h"
Link:
+$(LIB_ACL)
$(LIB_MBRTOWC)
License:
diff --git a/modules/supersede b/modules/supersede
index 70f3fdc482..5e458536a2 100644
--- a/modules/supersede
+++ b/modules/supersede
@@ -35,6 +35,7 @@ Include:
"supersede.h"
Link:
+$(LIB_ACL)
$(LIB_GETRANDOM)
$(LIB_CLOCK_GETTIME)
$(LIBTHREAD)