Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile.
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 22 Feb 2006 15:10:28 +0000 (15:10 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 22 Feb 2006 15:10:28 +0000 (15:10 +0000)
doc/doc-txt/ChangeLog
src/OS/Makefile-FreeBSD

index 76448517565d380dea802d259dd2a8e30ce7c186..905e8d046dda83423c20fc693a8c6c0db07a0bb4 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.311 2006/02/22 15:08:20 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.312 2006/02/22 15:10:28 ph10 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -225,6 +225,8 @@ PH/43 If retry_interval_max is set greater than 24 hours, it is quietly reset
       to 24 hours. This avoids potential overflow problems when processing G
       and H retry rules. I suspect nobody ever tinkers with this value.
 
+PH/44 Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile.
+
 
 Exim version 4.60
 -----------------
index 0527e8be45f50c9a74aa8ac5a5f6a19a17577f4b..ead6d09a662d1e9b8d655ba47157d5fdb10f432e 100644 (file)
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
+# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.3 2006/02/22 15:10:28 ph10 Exp $
 
 # Exim: OS-specific make file for FreeBSD
 # There's no setting of CFLAGS here, to allow the system default
@@ -7,6 +7,7 @@
 PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout
 
 CHOWN_COMMAND=/usr/sbin/chown
+STRIP_COMMAND=/usr/bin/strip
 
 HAVE_SA_LEN=YES