Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145747476
D52291.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
639 B
Referenced Files
None
Subscribers
None
D52291.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2714,9 +2714,10 @@
# certctl is needed as an install tool. libcrypto is rather heavy, so we'll
# build that alongside it only for platforms that don't expose headers for
-# OpenSSL, like macOS.
+# OpenSSL, like macOS, or when building on releases with OpenSSL 1.x.
.if ${MK_CAROOT} != "no" && ${MK_OPENSSL} != "no"
-.if ${.MAKE.OS} == "Darwin"
+.if ${.MAKE.OS} == "Darwin" || \
+ (${.MAKE.OS} == "FreeBSD" && ${BOOTSTRAPPING} < 1400000)
_bootstrap_libcrypto=secure/lib/libcrypto
${_bt}-usr.sbin/certctl: ${_bt}-secure/lib/libcrypto
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 24, 9:56 PM (10 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28980053
Default Alt Text
D52291.diff (639 B)
Attached To
Mode
D52291: Makefile.inc1: Build openssl as a certctl dependency on old FreeBSD
Attached
Detach File
Event Timeline
Log In to Comment