diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb index 58d3cce310..4afe341f92 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb | |||
@@ -51,9 +51,10 @@ ARCHFLAGS_arm = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '- | |||
51 | GYP_DEFINES_append_mipsel = " mips_arch_variant='r1' " | 51 | GYP_DEFINES_append_mipsel = " mips_arch_variant='r1' " |
52 | ARCHFLAGS ?= "" | 52 | ARCHFLAGS ?= "" |
53 | 53 | ||
54 | PACKAGECONFIG ??= "ares icu zlib" | 54 | PACKAGECONFIG ??= "ares icu libuv zlib" |
55 | PACKAGECONFIG[ares] = "--shared-cares,,c-ares" | 55 | PACKAGECONFIG[ares] = "--shared-cares,,c-ares" |
56 | PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu" | 56 | PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu" |
57 | PACKAGECONFIG[libuv] = "--shared-libuv,,libuv" | ||
57 | PACKAGECONFIG[zlib] = "--shared-zlib,,zlib" | 58 | PACKAGECONFIG[zlib] = "--shared-zlib,,zlib" |
58 | 59 | ||
59 | # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi | 60 | # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi |