Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/3] Add support libcap1
From: Kirill A. Korinskiy <catap@xxxxxxxx>
---
src/os/unix/ngx_user.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/os/unix/ngx_user.c b/src/os/unix/ngx_user.c
index
d3f6b5bd1d7d379ff4de9418955bcc285f0696d4..c6f0bdb7a16ef5d896998f56bfd9532ff6689dad
100644
--- a/src/os/unix/ngx_user.c
+++ b/src/os/unix/ngx_user.c
@@ -8,6 +8,7 @@
#include <ngx_core.h>
#if (NGX_HAVE_CAPABILITIES)
+#undef _POSIX_SOURCE
#include <sys/capability.h>
#endif
--
1.6.2
|