]> 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>
Sat, 14 Jan 2023 20:23:11 +0000 (21:23 +0100)
* modules/copy-file (Link): Add $(LIB_ACL).
* modules/supersede (Link): Likewise.

ChangeLog
modules/copy-file
modules/supersede

index 7084d485e28b64150d6399302949a34f78e744b1..78374c683de4c01f631a05708d8497b2943a7c85 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-02  Bruno Haible  <bruno@clisp.org>
 
        sigsegv: Fix compilation error on Android 4.3.
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)