View | Details | Raw Unified | Return to bug 281746
Collapse All | Expand All

(-)b/www/node22/Makefile (-1 / +4 lines)
Lines 52-64 SHEBANG_FILES= deps/v8/third_party/inspector_protocol/*.py \ Link Here
52
		tools/*.py \
52
		tools/*.py \
53
		tools/inspector_protocol/*.py
53
		tools/inspector_protocol/*.py
54
54
55
OPTIONS_DEFINE=	BUNDLED_SSL DOCS NLS
55
OPTIONS_DEFINE=	BUNDLED_SSL DOCS JIT NLS
56
OPTIONS_DEFAULT=	JIT
56
OPTIONS_SUB=	yes
57
OPTIONS_SUB=	yes
57
BUNDLED_SSL_DESC=	Use bundled OpenSSL implementation from node.js
58
BUNDLED_SSL_DESC=	Use bundled OpenSSL implementation from node.js
59
JIT_DESC=	Disable Just In Time compiler
58
60
59
BUNDLED_SSL_CONFIGURE_OFF=	--openssl-use-def-ca-store --shared-openssl
61
BUNDLED_SSL_CONFIGURE_OFF=	--openssl-use-def-ca-store --shared-openssl
60
BUNDLED_SSL_RUN_DEPENDS_OFF=	ca_root_nss>=0:security/ca_root_nss
62
BUNDLED_SSL_RUN_DEPENDS_OFF=	ca_root_nss>=0:security/ca_root_nss
61
BUNDLED_SSL_USES_OFF=	ssl
63
BUNDLED_SSL_USES_OFF=	ssl
64
JIT_CONFIGURE_OFF=	--v8-lite-mode
62
NLS_BUILD_DEPENDS=	icu>=69.1:devel/icu
65
NLS_BUILD_DEPENDS=	icu>=69.1:devel/icu
63
NLS_CONFIGURE_ON=	--with-intl=system-icu
66
NLS_CONFIGURE_ON=	--with-intl=system-icu
64
NLS_LIB_DEPENDS=	libicui18n.so:devel/icu
67
NLS_LIB_DEPENDS=	libicui18n.so:devel/icu

Return to bug 281746