git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Log fast-ramp queue-run trigger
[users/jgh/exim.git]
/
src
/
OS
/
Makefile-SunOS5
diff --git
a/src/OS/Makefile-SunOS5
b/src/OS/Makefile-SunOS5
index 568e99f1c5c17dff4935594cb4bcd54388edac81..557c031fd41011424ee13253b9a2cf5d08d4bee0 100644
(file)
--- a/
src/OS/Makefile-SunOS5
+++ b/
src/OS/Makefile-SunOS5
@@
-1,7
+1,5
@@
# Exim: OS-specific make file for SunOS5
-CFLAGS=-O
-
HAVE_ICONV=yes
BASENAME_COMMAND=look_for_it
@@
-20,5
+18,6
@@
XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib
OS_C_INCLUDES=setenv.c
+CFLAGS += -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__
# End