git: 34943c3c2a3b - stable/14 - src.opts.mk: Remove REPRODUCIBLE_BUILD from the default list
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Oct 2025 18:32:41 UTC
The branch stable/14 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=34943c3c2a3bbc68fabe99367e24d2fe28eb2472
commit 34943c3c2a3bbc68fabe99367e24d2fe28eb2472
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-09-07 15:44:53 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-10-22 18:13:01 +0000
src.opts.mk: Remove REPRODUCIBLE_BUILD from the default list
It was added to the list in bsd.opts.mk in commit 4f81c42fbd76, so
should have been removed here.
Sponsored by: The FreeBSD Foundation
Sponsored by: Klara, Inc.
(cherry picked from commit b2f5dc591ef2547ee2e9b68e58a263cd34948db1)
(cherry picked from commit 7626ba028089b97b5bb204b5203ee8fa24f63c48)
PR: 290427
---
share/mk/bsd.opts.mk | 2 +-
share/mk/src.opts.mk | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk
index b56afb89a44d..dfbcab89b7fd 100644
--- a/share/mk/bsd.opts.mk
+++ b/share/mk/bsd.opts.mk
@@ -65,6 +65,7 @@ __DEFAULT_YES_OPTIONS = \
NLS \
OPENSSH \
RELRO \
+ REPRODUCIBLE_BUILD \
SSP \
TESTS \
TOOLCHAIN \
@@ -80,7 +81,6 @@ __DEFAULT_NO_OPTIONS = \
INIT_ALL_ZERO \
INSTALL_AS_USER \
PROFILE \
- REPRODUCIBLE_BUILD \
RETPOLINE \
STALE_STAGED \
UBSAN
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 0bc3d64806c9..0c8eb737fa05 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -166,7 +166,6 @@ __DEFAULT_YES_OPTIONS = \
QUOTAS \
RADIUS_SUPPORT \
RBOOTD \
- REPRODUCIBLE_BUILD \
RESCUE \
ROUTED \
SENDMAIL \