git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd6de02
)
OpenBSD requires -lm for the ratelimit code.
author
Tony Finch
<dot@dot.at>
Tue, 13 Sep 2005 09:43:17 +0000
(09:43 +0000)
committer
Tony Finch
<dot@dot.at>
Tue, 13 Sep 2005 09:43:17 +0000
(09:43 +0000)
src/OS/Makefile-OpenBSD
patch
|
blob
|
history
diff --git
a/src/OS/Makefile-OpenBSD
b/src/OS/Makefile-OpenBSD
index 05d0b3d44aa73e2549d926f0e60662c3bc2e17e5..755cd6847b32352d0b3de95793c465c9ff6dfe12 100644
(file)
--- a/
src/OS/Makefile-OpenBSD
+++ b/
src/OS/Makefile-OpenBSD
@@
-1,4
+1,4
@@
-# $Cambridge: exim/src/OS/Makefile-OpenBSD,v 1.
1 2004/10/06 15:07:39 ph10
Exp $
+# $Cambridge: exim/src/OS/Makefile-OpenBSD,v 1.
2 2005/09/13 09:43:17 fanf2
Exp $
# Exim: OS-specific make file for OpenBSD
@@
-6,6
+6,8
@@
CHOWN_COMMAND=/usr/sbin/chown
CHGRP_COMMAND=/usr/sbin/chgrp
CFLAGS=-O2 -Wall
+LIBS=-lm
+
HAVE_SA_LEN=YES
X11=/usr/X11R6