projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf45c72
)
BUILD/MINOR: fix solaris build with clang.
author
David Carlier
<devnexen@gmail.com>
Thu, 13 Jan 2022 19:16:48 +0000
(19:16 +0000)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 26 Jan 2022 03:35:10 +0000
(
04:35
+0100)
clang 9 sets the level to POSIX 2004.
(cherry picked from commit
4831db2f32077469472ebda03e176e6c77dc7472
)
Signed-off-by: Willy Tarreau <w@1wt.eu>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
58c740a
..
49cebea
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-378,7
+378,7
@@
ifeq ($(TARGET),solaris)
set_target_defaults = $(call default_opts, \
USE_POLL USE_TPROXY USE_LIBCRYPT USE_CRYPT_H USE_GETADDRINFO USE_THREAD \
USE_RT USE_OBSOLETE_LINKER USE_EVPORTS USE_CLOSEFROM)
- TARGET_CFLAGS = -DFD_SETSIZE=65536 -D_REENTRANT -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
+ TARGET_CFLAGS = -DFD_SETSIZE=65536 -D_REENTRANT -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
TARGET_LDFLAGS = -lnsl -lsocket
endif