]> Savannah Git Hosting - gnulib.git/commitdiff
copy-file, supersede: Fix link-time requirements.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Jan 2023 10:26:04 +0000 (11:26 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Jan 2023 10:26:04 +0000 (11:26 +0100)
* modules/copy-file (Link): Add $(LIB_ACL).
* modules/supersede (Link): Likewise.

ChangeLog
modules/copy-file
modules/supersede

index e58f88042b675cabdddbfcd53921103816ebf9e9..b0a6cf4d5ea7b817dc620bf5defff081ec38c188 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 6140c72fa13b846bc9a1ad4a43d8316572e451b2..fa4a403af114e2ee07d33a4fe4c31523ba97bc6e 100644 (file)
@@ -36,6 +36,7 @@ Include:
 "copy-file.h"
 
 Link:
+$(LIB_ACL)
 $(LIB_MBRTOWC)
 
 License:
index 70f3fdc482ecb86a3803d874f289960f9ab9fd8e..5e458536a2e65138c98807bef669c222ffffb414 100644 (file)
@@ -35,6 +35,7 @@ Include:
 "supersede.h"
 
 Link:
+$(LIB_ACL)
 $(LIB_GETRANDOM)
 $(LIB_CLOCK_GETTIME)
 $(LIBTHREAD)