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 certificate verification status by default
[users/jgh/exim.git]
/
src
/
OS
/
Makefile-HP-UX
diff --git
a/src/OS/Makefile-HP-UX
b/src/OS/Makefile-HP-UX
index d0c29f9f9956d917e52e4dc81721937afc674613..073d67abaab276da1e3b73e54d0a698cf2ab3f94 100644
(file)
--- a/
src/OS/Makefile-HP-UX
+++ b/
src/OS/Makefile-HP-UX
@@
-1,13
+1,15
@@
-# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.3 2005/08/08 10:32:58 ph10 Exp $
-
# Exim: OS-specific make file for HP-UX later than 9
# HP ANSI C compiler
#CC=cc
#CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
# Exim: OS-specific make file for HP-UX later than 9
# HP ANSI C compiler
#CC=cc
#CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
-#
gcc
-CFLAGS=-O -Wl,-z -D_XOPEN_SOURCE_EXTENDED
+#
Users of the A.06.00 compiler might need to use +O1 rather than +O2 as
+# there have been some problems reported with this compiler with +O2 set.
+# gcc
+CFLAGS=-O -D_XOPEN_SOURCE_EXTENDED
+LDFLAGS=-Wl,-z
+LIBS=-lm
BASENAME_COMMAND=/bin/basename
HAVE_ICONV=yes
BASENAME_COMMAND=/bin/basename
HAVE_ICONV=yes