Merge pull request #1371 from zosrothko/patch-5

Update Cygwin config
This commit is contained in:
Günter Obiltschnig 2016-08-30 17:27:30 +02:00 committed by GitHub
commit e30effb60d

View File

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