FreeBSD Bugzilla – Attachment 253859 Details for
Bug 281746
www/node22: add JIT option to allow compilation without JIT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
node22.patch (text/plain), 833 bytes, created by
Piotr Kubaj
on 2024-09-27 21:10:42 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2024-09-27 21:10:42 UTC
Size:
833 bytes
patch
obsolete
>diff --git a/www/node22/Makefile b/www/node22/Makefile >index 10668cd56718..418a6f35c9ea 100644 >--- a/www/node22/Makefile >+++ b/www/node22/Makefile >@@ -52,13 +52,16 @@ SHEBANG_FILES= deps/v8/third_party/inspector_protocol/*.py \ > tools/*.py \ > tools/inspector_protocol/*.py > >-OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS >+OPTIONS_DEFINE= BUNDLED_SSL DOCS JIT NLS >+OPTIONS_DEFAULT= JIT > OPTIONS_SUB= yes > BUNDLED_SSL_DESC= Use bundled OpenSSL implementation from node.js >+JIT_DESC= Disable Just In Time compiler > > BUNDLED_SSL_CONFIGURE_OFF= --openssl-use-def-ca-store --shared-openssl > BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss > BUNDLED_SSL_USES_OFF= ssl >+JIT_CONFIGURE_OFF= --v8-lite-mode > NLS_BUILD_DEPENDS= icu>=69.1:devel/icu > NLS_CONFIGURE_ON= --with-intl=system-icu > NLS_LIB_DEPENDS= libicui18n.so:devel/icu
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281746
: 253859