From 21f7af35452920c8ce83a0f90c63b68595b9e6a6 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 8 Aug 2005 10:32:58 +0000 Subject: [PATCH] Reversed a previous HP-UX compiler option change as I'm told it was not the cause of the problem. --- doc/doc-txt/ChangeLog | 6 +++++- src/OS/Makefile-HP-UX | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index fd48cfb1c..2be9f29b6 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.200 2005/08/08 10:29:08 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.201 2005/08/08 10:32:58 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -67,6 +67,10 @@ PH/15 Installed PCRE 6.2 PH/17 Defined BIND_8_COMPAT in the Darwin os.h file. +PH/18 Reversed 4.52/PH/17 because the HP-UX user found it wasn't the cause + of the problem. Specifically, suggested +O2 rather than +O1 for the + HP-UX compiler. + Exim version 4.52 ----------------- diff --git a/src/OS/Makefile-HP-UX b/src/OS/Makefile-HP-UX index 7b77b1002..d0c29f9f9 100644 --- a/src/OS/Makefile-HP-UX +++ b/src/OS/Makefile-HP-UX @@ -1,13 +1,14 @@ -# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.2 2005/06/17 09:02:40 ph10 Exp $ +# $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=+O1 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED +#CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED # gcc CFLAGS=-O -Wl,-z -D_XOPEN_SOURCE_EXTENDED + BASENAME_COMMAND=/bin/basename HAVE_ICONV=yes HAVE_SETRESUID=YES -- 2.25.1