summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-IRIX632
diff options
context:
space:
mode:
authorTony Finch <dot@dot.at>2005-05-23 16:58:55 +0000
committerTony Finch <dot@dot.at>2005-05-23 16:58:55 +0000
commit870f6ba8a2945754a7f2f66097e3a64465fe1a04 (patch)
tree4660f28a3b0dfe5050966361e7873572efbc1884 /src/OS/Makefile-IRIX632
parent4df1e33e03e9edf6ee6cd328114e5eb102a85c9c (diff)
Add the ratelimit ACL condition. This is mostly reasonably self-contained
except that it requires changes to most Makefiles in order to bring in the maths library for the exp() function.
Diffstat (limited to 'src/OS/Makefile-IRIX632')
-rw-r--r--src/OS/Makefile-IRIX6324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OS/Makefile-IRIX632 b/src/OS/Makefile-IRIX632
index 5b09364df..757c4b8a5 100644
--- a/src/OS/Makefile-IRIX632
+++ b/src/OS/Makefile-IRIX632
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-IRIX632,v 1.1 2004/10/06 15:07:39 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-IRIX632,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
# Exim: OS-specific make file for IRIX 6 on 32-bit systems.
# There seems to be some variation. The commented settings show
@@ -10,7 +10,7 @@ HOSTNAME_COMMAND=/usr/bsd/hostname
CFLAGS=-32
LFLAGS=-32
#LIBS=-lmld
-LIBS=-lelf
+LIBS=-lelf -lm
XINCLUDE=-I/usr/include/X11
vfork=fork
RANLIB=@true