From 96bf6859ea5c042605edd208ff7ce557b73454f2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 6 Nov 2021 14:53:48 +0000 Subject: [PATCH] FreeBSD: do not strip binaries Reverses commit 4a23603b53 --- doc/doc-txt/ChangeLog | 4 ++++ src/OS/Makefile-FreeBSD | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d38163be5..a5712fce8 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -32,6 +32,10 @@ JH/07 Change the SMTP feature name for pipelining connect to be compliant with RFC 5321. Previously Dovecot (at least) would log errors during submission. +JH/08 Remove stripping of the binaries from the FreeBSD build. This was added + in 4.61 without a reason logged. Binaries will be bigger, which might + matter on diskspace-constrained systems, but debug is easier. + Exim version 4.95 ----------------- diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD index d550fb764..02253d9c6 100644 --- a/src/OS/Makefile-FreeBSD +++ b/src/OS/Makefile-FreeBSD @@ -2,7 +2,7 @@ # Copyright (c) The Exim Maintainers 2020 CHOWN_COMMAND=/usr/sbin/chown -STRIP_COMMAND=/usr/bin/strip +#STRIP_COMMAND=/usr/bin/strip CHMOD_COMMAND=/bin/chmod -- 2.30.2