Add -lutil to the default FreeBSD LIBS setting.
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 19 Apr 2006 11:15:43 +0000 (11:15 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 19 Apr 2006 11:15:43 +0000 (11:15 +0000)
doc/doc-txt/ChangeLog
src/OS/Makefile-FreeBSD

index 56d0822fd6d85d883ad7d45241a16087611c84b8..9f8d80b141fa298b97eb292a79b661592bbcec0d 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.341 2006/04/19 10:58:21 ph10 Exp $
+$Cambridge: 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
 -------------------------------------------
@@ -22,6 +22,8 @@ PH/02 When tcp-wrappers is called from Exim, it returns only "deny" or "allow".
       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 ead6d09a662d1e9b8d655ba47157d5fdb10f432e..6bcef9b9d52117a93cf174d9f9213c805abbb919 100644 (file)
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.3 2006/02/22 15:10:28 ph10 Exp $
+# $Cambridge: 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 @@ STRIP_COMMAND=/usr/bin/strip
 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