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
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
src
/
OS
/
Makefile-SunOS5
diff --git
a/src/OS/Makefile-SunOS5
b/src/OS/Makefile-SunOS5
index e60a6c0880992aea76120b3e4a3b523343c14d64..fc3fd96cfb6f4bf2fca8c8e162040c6ba978a419 100644
(file)
--- a/
src/OS/Makefile-SunOS5
+++ b/
src/OS/Makefile-SunOS5
@@
-1,6
+1,6
@@
# Exim: OS-specific make file for SunOS5
-CFLAGS=-O
+CFLAGS=-O
-DTAINT_CHECK_SLOW
HAVE_ICONV=yes
@@
-19,4
+19,6
@@
XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib
+OS_C_INCLUDES=setenv.c
+
# End