Page MenuHomeFreeBSD

D28405.id83067.diff
No OneTemporary

D28405.id83067.diff

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

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)

Event Timeline