-$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
-------------------------------------------
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
-----------------
-# $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
# 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