Skip to content

Commit

Permalink
Drop the use of the _BSD_SOURCE macro on GNU/Hurd
Browse files Browse the repository at this point in the history
X-Gentoo-Bug: 604666
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604666
  • Loading branch information
heroxbd authored and williamh committed Jan 4, 2017
1 parent d5c3b85 commit 7056b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/os-GNU.mk
Expand Up @@ -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

0 comments on commit 7056b56

Please sign in to comment.