git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug-fix for bash and no-dynamic case.
[users/heiko/exim.git]
/
src
/
OS
/
Makefile-Darwin
diff --git
a/src/OS/Makefile-Darwin
b/src/OS/Makefile-Darwin
index 6b8cdc8a696dd52f4240113dfd8e127b180d9067..7488b27c2a67ecc3e557e57f1beb3ecdf541ab61 100644
(file)
--- a/
src/OS/Makefile-Darwin
+++ b/
src/OS/Makefile-Darwin
@@
-1,4
+1,4
@@
-# $Cambridge: exim/src/OS/Makefile-Darwin,v 1.
1 2004/10/06 15:07:39 ph10
Exp $
+# $Cambridge: exim/src/OS/Makefile-Darwin,v 1.
4 2009/11/10 17:15:03 nm4
Exp $
# Exim: OS-specific make file for Darwin (Mac OS X).
# Exim: OS-specific make file for Darwin (Mac OS X).
@@
-6,10
+6,15
@@
CC=cc
BASENAME_COMMAND=look_for_it
CHOWN_COMMAND=/usr/sbin/chown
BASENAME_COMMAND=look_for_it
CHOWN_COMMAND=/usr/sbin/chown
+CHMOD_COMMAND=/bin/chmod
HAVE_SA_LEN=YES
HAVE_SA_LEN=YES
-CFLAGS=-O -no-cpp-precomp -DBIND_8_COMPAT
+# Removed -DBIND_8_COMPAT for 4.61
+# CFLAGS=-O -no-cpp-precomp -DBIND_8_COMPAT
+
+CFLAGS=-O -no-cpp-precomp
+LIBRESOLV=-lresolv
USE_DB = yes
DBMLIB =
USE_DB = yes
DBMLIB =