mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
BUILD: makefile: add _LINUX_SOURCE_COMPAT to build on AIX-51
Not tested on later versions, but at least there _LINUX_SOURCE_COMPAT must be defined to access the CMSG_SPACE() and CMSG_LEN() macros.
This commit is contained in:
parent
6f4fd1b183
commit
891d65a672
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -382,7 +382,7 @@ endif
|
|||
ifeq ($(TARGET),aix51)
|
||||
set_target_defaults = $(call default_opts, \
|
||||
USE_POLL USE_LIBCRYPT USE_OBSOLETE_LINKER)
|
||||
TARGET_CFLAGS = -Dss_family=__ss_family -Dip6_hdr=ip6hdr -DSTEVENS_API
|
||||
TARGET_CFLAGS = -Dss_family=__ss_family -Dip6_hdr=ip6hdr -DSTEVENS_API -D_LINUX_SOURCE_COMPAT
|
||||
DEBUG_CFLAGS =
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue