summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/doc-txt/ChangeLog5
-rw-r--r--src/OS/Makefile-HP-UX9
-rw-r--r--src/OS/os.h-HP-UX4
3 files changed, 13 insertions, 5 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index dcd09ded6..ffcb6e17b 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.159 2005/06/16 20:02:42 tom Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.160 2005/06/17 09:02:40 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -140,6 +140,9 @@ TK/09 Added "prvs" and "prvscheck" expansion items. These help a lot with
implementing BATV in an Exim configuration. See NewStuff for the gory
details.
+PH/17 Applied Michael Haardt's patch for HP-UX, affecting only the os.h and
+ Makefile that are specific to HP-UX.
+
Exim version 4.51
-----------------
diff --git a/src/OS/Makefile-HP-UX b/src/OS/Makefile-HP-UX
index a5d5374c3..7b77b1002 100644
--- a/src/OS/Makefile-HP-UX
+++ b/src/OS/Makefile-HP-UX
@@ -1,8 +1,13 @@
-# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.1 2004/10/06 15:07:39 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.2 2005/06/17 09:02:40 ph10 Exp $
# Exim: OS-specific make file for HP-UX later than 9
-CFLAGS=-O
+# HP ANSI C compiler
+#CC=cc
+#CFLAGS=+O1 +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
diff --git a/src/OS/os.h-HP-UX b/src/OS/os.h-HP-UX
index 027cf9230..20408151e 100644
--- a/src/OS/os.h-HP-UX
+++ b/src/OS/os.h-HP-UX
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/OS/os.h-HP-UX,v 1.2 2005/05/03 14:22:12 ph10 Exp $ */
+/* $Cambridge: exim/src/OS/os.h-HP-UX,v 1.3 2005/06/17 09:02:40 ph10 Exp $ */
/* Exim: OS-specific C header file for HP-UX versions greater than 9 */
@@ -9,7 +9,7 @@
#define HAVE_DEV_KMEM
#define LOAD_AVG_TYPE double
#define LOAD_AVG_SYMBOL "avenrun"
-#define KERNEL_PATH "/hp-ux"
+#define KERNEL_PATH "/stand/vmunix"
#define FSCALE 1.0
#define HAVE_SYS_STATVFS_H