From 7285f5762bd3f1be94884730d9a28dd406f98fc5 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 06 一月 2021 18:12:05 +0800 Subject: [PATCH] update --- Make.defines.linux | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Make.defines.linux b/Make.defines.linux index 2a1fddc..14195d8 100755 --- a/Make.defines.linux +++ b/Make.defines.linux @@ -36,7 +36,7 @@ # preprocessor options CPPFLAGS += $(INCLUDES) -std=c++11 # compilation options -CFLAGS += $(DEBUGFLAGS) -Wall -DLINUX -D_GNU_SOURCE $(EXTRA) +CFLAGS += $(DEBUGFLAGS) -Wall -DLINUX -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L $(EXTRA) # linked options LDFLAGS += -- Gitblit v1.8.0