summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-11-06 14:53:48 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-11-06 14:53:48 +0000
commit96bf6859ea5c042605edd208ff7ce557b73454f2 (patch)
tree30b08f2aeb172d31e875e964b7dea8fd395a8430
parentb98bae0c3627550c2ffa8fe6cad83a0ed7dc51d7 (diff)
FreeBSD: do not strip binaries
Reverses commit 4a23603b53
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--src/OS/Makefile-FreeBSD2
2 files changed, 5 insertions, 1 deletions
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