www/node,www/node8,www/node6: disable dtrace usdt on armv[67]
Disable the DTRACE option by default on armv[67] since Node.js fails to build on armv[67] with the following error: dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented PR: 224271 Submitted by: mikael.urankar@gmail.com
This commit is contained in:
@@ -27,6 +27,9 @@ OPTIONS_EXCLUDE+= DTRACE
|
||||
|
||||
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||
OPTIONS_EXCLUDE_aarch64= DTRACE
|
||||
# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented
|
||||
OPTIONS_EXCLUDE_armv6= DTRACE
|
||||
OPTIONS_EXCLUDE_armv7= DTRACE
|
||||
|
||||
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
|
||||
BUNDLED_SSL_USES_OFF= ssl
|
||||
|
||||
@@ -27,6 +27,9 @@ OPTIONS_EXCLUDE+= DTRACE
|
||||
.endif
|
||||
|
||||
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||
# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented
|
||||
OPTIONS_EXCLUDE_armv6= DTRACE
|
||||
OPTIONS_EXCLUDE_armv7= DTRACE
|
||||
|
||||
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation #'
|
||||
BUNDLED_SSL_USES_OFF= ssl
|
||||
|
||||
@@ -28,6 +28,9 @@ OPTIONS_EXCLUDE+= DTRACE
|
||||
|
||||
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||
OPTIONS_EXCLUDE_aarch64= DTRACE
|
||||
# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented
|
||||
OPTIONS_EXCLUDE_armv6= DTRACE
|
||||
OPTIONS_EXCLUDE_armv7= DTRACE
|
||||
|
||||
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
|
||||
BUNDLED_SSL_USES_OFF= ssl
|
||||
|
||||
Reference in New Issue
Block a user