commit:     7056b56b3ccc9cbde4ef8297b923919c49c7c242
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 22:09:09 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 22:58:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=7056b56b

Drop the use of the _BSD_SOURCE macro on GNU/Hurd

X-Gentoo-Bug: 604666
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604666

 mk/os-GNU.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/os-GNU.mk b/mk/os-GNU.mk
index 1fbc147..d5c4172 100644
--- a/mk/os-GNU.mk
+++ b/mk/os-GNU.mk
@@ -11,5 +11,5 @@
 SFX=           .GNU.in
 PKG_PREFIX?=   /usr
 
-CPPFLAGS+=     -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 
-DPATH_MAX=4096
+CPPFLAGS+=     -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 
-DPATH_MAX=4096
 LIBDL=         -Wl,-Bdynamic -ldl

Reply via email to