Remove _XOPEN_SOURCE macros from builds

This commit is contained in:
William Hubbs
2018-03-13 18:14:39 -05:00
parent 59a9e53378
commit 6dc0d0af33
3 changed files with 3 additions and 3 deletions

View File

@@ -13,6 +13,6 @@
SFX= .GNU-kFreeBSD.in
PKG_PREFIX?= /usr
CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CPPFLAGS+= -D_BSD_SOURCE
LIBDL= -Wl,-Bdynamic -ldl
LIBKVM?=