Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171271402
D28405.id83067.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28405.id83067.diff
View Options
Index: share/man/man5/src.conf.5
===================================================================
--- share/man/man5/src.conf.5
+++ share/man/man5/src.conf.5
@@ -1306,12 +1306,12 @@
Set to not include kernel TLS support in OpenSSL.
.Pp
This is a default setting on
-arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
+arm/armv6, arm/armv7, i386/i386, mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
.It Va WITH_OPENSSL_KTLS
Set to include kernel TLS support in OpenSSL.
.Pp
This is a default setting on
-amd64/amd64.
+amd64/amd64 and arm64/aarch64.
.It Va WITHOUT_PAM
Set to not build PAM library and modules.
.Bf -symbolic
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -330,8 +330,8 @@
BROKEN_OPTIONS+=LOADER_GELI LOADER_LUA
.endif
-# Kernel TLS is enabled by default on amd64
-.if ${__T} == "amd64"
+# Kernel TLS is enabled by default on amd64 and aarch64
+.if ${__T} == "aarch64" || ${__T} == "amd64"
__DEFAULT_YES_OPTIONS+=OPENSSL_KTLS
.else
__DEFAULT_NO_OPTIONS+=OPENSSL_KTLS
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 11, 12:41 AM (18 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38675621
Default Alt Text
D28405.id83067.diff (1 KB)
Attached To
Mode
D28405: Flip the default for OPENSSL_KTLS to arm64
Attached
Detach File
Event Timeline
Log In to Comment