ph10 2006/04/19 12:15:44 BST
Modified files:
exim-doc/doc-txt ChangeLog
exim-src/OS Makefile-FreeBSD
Log:
Add -lutil to the default FreeBSD LIBS setting.
Revision Changes Path
1.342 +2 -0 exim/exim-doc/doc-txt/ChangeLog
1.4 +1 -1 exim/exim-src/OS/Makefile-FreeBSD
Index: ChangeLog
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- ChangeLog 19 Apr 2006 10:58:21 -0000 1.341
+++ ChangeLog 19 Apr 2006 11:15:43 -0000 1.342
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.341 2006/04/19 10:58:21 ph10 Exp $
+$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.342 2006/04/19 11:15:43 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -21,6 +21,8 @@
554 error is used if errno is still zero or contains ENOENT (which occurs
if either of the /etc/hosts.{allow,deny} files is missing). Otherwise, a
451 error is used.
+
+PH/03 Add -lutil to the default FreeBSD LIBS setting.
Exim version 4.61
Index: Makefile-FreeBSD
===================================================================
RCS file: /home/cvs/exim/exim-src/OS/Makefile-FreeBSD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile-FreeBSD 22 Feb 2006 15:10:28 -0000 1.3
+++ Makefile-FreeBSD 19 Apr 2006 11:15:43 -0000 1.4
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-src/OS/Makefile-FreeBSD,v 1.3 2006/02/22 15:10:28 ph10 Exp $
+# $Cambridge: exim/exim-src/OS/Makefile-FreeBSD,v 1.4 2006/04/19 11:15:43 ph10 Exp $
# Exim: OS-specific make file for FreeBSD
# There's no setting of CFLAGS here, to allow the system default
@@ -12,7 +12,7 @@
HAVE_SA_LEN=YES
# crypt() is in a separate library
-LIBS=-lcrypt -lm
+LIBS=-lcrypt -lm -lutil
# FreeBSD always ships with Berkeley DB
USE_DB=yes