git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clear previous message results before continued-delivery
[exim.git]
/
src
/
OS
/
Makefile-SunOS5
diff --git
a/src/OS/Makefile-SunOS5
b/src/OS/Makefile-SunOS5
index 557c031fd41011424ee13253b9a2cf5d08d4bee0..3e8523f4c345d0490afb5ce2adeba779b197eed0 100644
(file)
--- a/
src/OS/Makefile-SunOS5
+++ b/
src/OS/Makefile-SunOS5
@@
-1,4
+1,6
@@
# Exim: OS-specific make file for SunOS5
# Exim: OS-specific make file for SunOS5
+# Copyright (c) The Exim Maintainers 2020 - 2023
+# SPDX-License-Identifier: GPL-2.0-or-later
HAVE_ICONV=yes
HAVE_ICONV=yes
@@
-19,5
+21,6
@@
X11LIB=$(X11)/lib
OS_C_INCLUDES=setenv.c
CFLAGS += -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__
OS_C_INCLUDES=setenv.c
CFLAGS += -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__
+CFLAGS += -DNO_EXECINFO
# End
# End