Index: build/web/kitcreator.vfs/index.rvt
==================================================================
--- build/web/kitcreator.vfs/index.rvt
+++ build/web/kitcreator.vfs/index.rvt
@@ -122,10 +122,13 @@
set build_options(minbuild) 1
}
"option_staticlibssl" {
set build_options(staticlibssl) 1
}
+ "option_buildlibssl" {
+ set build_options(buildlibssl) 1
+ }
"option_staticpkgs" {
set build_options(staticpkgs) 1
}
"option_tclutfmax6" {
set build_options(tclutfmax6) 1
@@ -369,11 +372,12 @@
Kit: Build Library (KitDLL)
Kit: Always link Tk dynamically (if Tk is built)
Kit: "Minimal" build (remove extra packages shipped as part of Tcl and reduce encodings)
Kit: Statically link packages in pkgs directory
Kit: TCL_UTF_MAX=6 (incompatibility with standard Tcl)
- TLS: Statically link to LibSSL
+ TLS: Statically link to LibSSL
+ TLS: Build LibreSSL for this platform