summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-03-17 09:39:00 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-03-17 09:39:00 +0000
commitd114ec46542ba09900db6dd2005adaecb7a8198d (patch)
tree77cade6d544b674566a0eae315a3391b4e73d878
parenta6677b64b56dd2aced15c9c1a16692986664a557 (diff)
HP-UX configuration update.
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--src/OS/Makefile-HP-UX7
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 509c089fe..c70050d36 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.332 2006/03/16 14:00:50 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.333 2006/03/17 09:39:00 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -321,6 +321,8 @@ PH/63 Changed the macro HAVE_LOGIN_CAP (see PH/41 for this release above) to
PH/65 Added configuration files for NetBSD3.
+PH/66 Updated OS/Makefile-HP-UX for gcc 4.1.0 with HP-UX 11.
+
Exim version 4.60
-----------------
diff --git a/src/OS/Makefile-HP-UX b/src/OS/Makefile-HP-UX
index a28c7ed31..cbac33ac1 100644
--- a/src/OS/Makefile-HP-UX
+++ b/src/OS/Makefile-HP-UX
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.4 2005/08/08 10:48:27 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.5 2006/03/17 09:39:00 ph10 Exp $
# Exim: OS-specific make file for HP-UX later than 9
@@ -9,8 +9,9 @@
# there have been some problems reported with this compiler with +O2 set.
# 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