HP-UX configuration update.
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Fri, 17 Mar 2006 09:39:00 +0000 (09:39 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Fri, 17 Mar 2006 09:39:00 +0000 (09:39 +0000)
doc/doc-txt/ChangeLog
src/OS/Makefile-HP-UX

index 509c089fe0d607eb43f95a13dc93730e4dbc94a9..c70050d362285da1fd44b0617f0d97817b7c7a3d 100644 (file)
@@ -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
 -----------------
index a28c7ed31284e7a4d0fb26fca75b2c3d0e6c7886..cbac33ac186f31938e4085e7b18d4c701a3a547c 100644 (file)
@@ -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