mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/nodejs: bump 0.12.x branch to version 0.12.9
Patch #4 was applied upstream, however a new bug was introduced which breaks building nodejs without OpenSSL support. We replace the applied patch with a new patch to fix: error: ‘ALLOW_INSECURE_SERVER_DHPARAM’ was not declared in this scope ALLOW_INSECURE_SERVER_DHPARAM = true; Patch #4 status: Sent upstream [1] [1] https://github.com/nodejs/node/pull/4201 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5cff6a83c6
commit
9d3b69dfdd
@@ -45,7 +45,7 @@ config BR2_BR2_PACKAGE_NODEJS_0_10_X
|
||||
bool "v0.10.41"
|
||||
|
||||
config BR2_BR2_PACKAGE_NODEJS_0_12_X
|
||||
bool "v0.12.7"
|
||||
bool "v0.12.9"
|
||||
depends on BR2_PACKAGE_NODEJS_V8_ARCH_SUPPORTS
|
||||
|
||||
config BR2_BR2_PACKAGE_NODEJS_4_X
|
||||
@@ -62,7 +62,7 @@ endchoice
|
||||
config BR2_PACKAGE_NODEJS_VERSION_STRING
|
||||
string
|
||||
default "0.10.41" if BR2_BR2_PACKAGE_NODEJS_0_10_X
|
||||
default "0.12.7" if BR2_BR2_PACKAGE_NODEJS_0_12_X
|
||||
default "0.12.9" if BR2_BR2_PACKAGE_NODEJS_0_12_X
|
||||
default "4.1.2" if BR2_BR2_PACKAGE_NODEJS_4_X
|
||||
|
||||
menu "Module Selection"
|
||||
|
||||
Reference in New Issue
Block a user