git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
OpenSSL: when supported by the library version, disable renegotiation for pre-TLS1.3
[users/heiko/exim.git]
/
src
/
OS
/
Makefile-SunOS5
diff --git
a/src/OS/Makefile-SunOS5
b/src/OS/Makefile-SunOS5
index ebe43677989bed1b105f163135369e794c4a9b7a..fc3fd96cfb6f4bf2fca8c8e162040c6ba978a419 100644
(file)
--- a/
src/OS/Makefile-SunOS5
+++ b/
src/OS/Makefile-SunOS5
@@
-1,8
+1,6
@@
-# $Cambridge: exim/src/OS/Makefile-SunOS5,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
-
# Exim: OS-specific make file for SunOS5
# Exim: OS-specific make file for SunOS5
-CFLAGS=-O
+CFLAGS=-O
-DTAINT_CHECK_SLOW
HAVE_ICONV=yes
HAVE_ICONV=yes
@@
-21,4
+19,6
@@
XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib
XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib
+OS_C_INCLUDES=setenv.c
+
# End
# End