mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Fix SYSFLAGS for CYGWIN build
This commit is contained in:
parent
fd8eccc0d7
commit
0ada331543
@ -69,13 +69,9 @@ RELEASEOPT_LINK =
|
||||
#
|
||||
# System Specific Flags
|
||||
#
|
||||
SYSFLAGS = -D_XOPEN_SOURCE=500
|
||||
|
||||
# give visibility of old BSD typedef like u_short, u_int, u_long...
|
||||
# used in some networking system includes, needed when using PocoNet
|
||||
SYSFLAGS += -D__BSD_VISIBLE
|
||||
|
||||
SYSFLAGS = -D_GNU_SOURCE
|
||||
|
||||
#
|
||||
#
|
||||
# System Specific Libraries
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user