git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DISABLE_DKIM has never worked. Fix that.
[users/jgh/exim.git]
/
src
/
OS
/
Makefile-AIX
diff --git
a/src/OS/Makefile-AIX
b/src/OS/Makefile-AIX
index 489ffe3b125b91ba36a8b73e095060457754860a..e758f7409afd76efa0391ce23a38c40051875440 100644
(file)
--- a/
src/OS/Makefile-AIX
+++ b/
src/OS/Makefile-AIX
@@
-1,4
+1,4
@@
-# $Cambridge: exim/src/OS/Makefile-AIX,v 1.
2 2005/02/16 16:40:22 ph10
Exp $
+# $Cambridge: exim/src/OS/Makefile-AIX,v 1.
3 2005/05/23 16:58:55 fanf2
Exp $
# Exim: OS-specific make file for AIX
# Written by Nick Waterman (nick@cimio.co.uk)
# Exim: OS-specific make file for AIX
# Written by Nick Waterman (nick@cimio.co.uk)
@@
-25,6
+25,6
@@
CFLAGS = -mcpu=power4 -maix64 -O3
# Needed for vfork() and vfork() only?
# Needed for vfork() and vfork() only?
-LIBS = -lbsd
+LIBS = -lbsd
-lm
# End
# End