bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] faccessat: link with $(LIB_EACCESS)


From: Paul Eggert
Subject: [PATCH] faccessat: link with $(LIB_EACCESS)
Date: Mon, 30 Nov 2020 10:46:29 -0800

* 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  <eggert@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  <bruno@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

[Prev in Thread] Current Thread [Next in Thread]