mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Add _LINUX_SOURCE_COMPAT on AIX.
This commit is contained in:
parent
73f9f0334c
commit
bed3069fd7
@ -50,6 +50,11 @@ if IS_SUNCC
|
|||||||
CFLAGS += -erroff=E_EMPTY_DECLARATION
|
CFLAGS += -erroff=E_EMPTY_DECLARATION
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Set _LINUX_SOURCE_COMPAT for AIX for mallocing 0 bytes
|
||||||
|
if IS_AIX
|
||||||
|
DEFS += -D_LINUX_SOURCE_COMPAT=1
|
||||||
|
endif
|
||||||
|
|
||||||
# List of sources.
|
# List of sources.
|
||||||
dist_tmux_SOURCES = \
|
dist_tmux_SOURCES = \
|
||||||
arguments.c \
|
arguments.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user