summaryrefslogtreecommitdiff
path: root/src
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 /src
parenta6677b64b56dd2aced15c9c1a16692986664a557 (diff)
HP-UX configuration update.
Diffstat (limited to 'src')
-rw-r--r--src/OS/Makefile-HP-UX7
1 files changed, 4 insertions, 3 deletions
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