* modules/faccessat (Link:): Add $(LIB_EACCESS), since this
module depends on euidaccess.
---
 ChangeLog         | 6 ++++++
 modules/faccessat | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 774dbee78..85bc48ff2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-11-30  Paul Eggert  <egg...@cs.ucla.edu>
+
+       faccessat: link with $(LIB_EACCESS)
+       * modules/faccessat (Link:): Add $(LIB_EACCESS), since this
+       module depends on euidaccess.
+
 2020-11-30  Bruno Haible  <br...@clisp.org>
 
        execute, spawn-pipe: Make multithread-safe on native Windows.
diff --git a/modules/faccessat b/modules/faccessat
index b502137c0..49098a210 100644
--- a/modules/faccessat
+++ b/modules/faccessat
@@ -35,6 +35,9 @@ Include:
 <fcntl.h>
 <unistd.h>
 
+Link:
+$(LIB_EACCESS)
+
 License:
 GPL
 
-- 
2.27.0


Reply via email to