Update Cygwin config

Add Data/PostgreSQL to OMIT instead of setting it
Restore SYSFLAGS to _XOPEN_SOURCE=500
This commit is contained in:
zosrothko
2016-08-30 05:30:33 +02:00
committed by GitHub
parent 8af7ee7590
commit ec6b72a200

View File

@@ -12,7 +12,7 @@
#
LINKMODE ?= SHARED
OMIT = Data/PostgreSQL
OMIT += Data/PostgreSQL
#
# Define Tools
@@ -73,7 +73,7 @@ RELEASEOPT_LINK =
#
# System Specific Flags
#
SYSFLAGS = -D__BSD_VISIBLE=1 -D__MISC_VISIBLE=1
SYSFLAGS = -D_XOPEN_SOURCE=500
#
# System Specific Libraries