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
Previous exigrep patch was rubbish. Re-fix.
[users/jgh/exim.git]
/
src
/
OS
/
Makefile-HP-UX
diff --git
a/src/OS/Makefile-HP-UX
b/src/OS/Makefile-HP-UX
index 7b77b1002f1adb2e00a3cbb2d5e616f15c5e1f89..cbac33ac186f31938e4085e7b18d4c701a3a547c 100644
(file)
--- a/
src/OS/Makefile-HP-UX
+++ b/
src/OS/Makefile-HP-UX
@@
-1,12
+1,17
@@
-# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.
2 2005/06/17 09:02:4
0 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.
5 2006/03/17 09:39:0
0 ph10 Exp $
# Exim: OS-specific make file for HP-UX later than 9
# HP ANSI C compiler
#CC=cc
# Exim: OS-specific make file for HP-UX later than 9
# HP ANSI C compiler
#CC=cc
-#CFLAGS=+O1 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
+#CFLAGS=+O2 +Onolimit -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
# gcc
-CFLAGS=-O -Wl,-z -D_XOPEN_SOURCE_EXTENDED
+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