buildrootschalter/package/nodejs
Jörg Krause 92aa6f0cc4 nodejs: Revert "nodejs: disable ssl2 and ssl3 when openssl is not built"
This reverts commit e712638b4a.

The config options --without-ssl2 and --without-ssl3 are intended to be used if
nodejs is built with the bundled OpenSSL library for excluding the SSL2 and
SSL3 features.

Both options are actual only evaluated if --without-ssl is not set:

$ cat configure | grep configure_openssl -n -A 13
619:def configure_openssl(o):
620-  o['variables']['node_use_openssl'] = b(not options.without_ssl)
621-  o['variables']['node_shared_openssl'] = b(options.shared_openssl)
622-  o['variables']['openssl_no_asm'] = (
623-    1 if options.openssl_no_asm else 0)
624-
625-  if options.without_ssl:
626-    return
627-
628-  if options.ssl2:
629-    o['defines'] += ['OPENSSL_NO_SSL2=1']
630-
631-  if options.ssl3:
632-    o['defines'] += ['OPENSSL_NO_SSL3=1']

[Peter: adjusted commit text to make it clear that it is a revert]
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Tested-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Acked-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-11-18 22:05:42 +01:00
..
Config.in nodejs: use BR2_ARM_CPU_ARM* options 2014-11-06 23:45:31 +01:00
nodejs-0001-remove-python-bz2-dependency.patch
nodejs-0002-gyp-force-link-command-to-use-CXX.patch
nodejs-0003-use-python-variable.patch nodejs: fix build when python3 is selected in Buildroot 2014-05-21 10:34:29 +02:00
nodejs-0004-fix-build-error-without-OpenSSL-support.patch package/nodejs: fix build error without OpenSSL support 2014-11-18 22:02:48 +01:00
nodejs.mk nodejs: Revert "nodejs: disable ssl2 and ssl3 when openssl is not built" 2014-11-18 22:05:42 +01:00