diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb index a978eebe47..97a1967cc2 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb | |||
@@ -52,9 +52,10 @@ ARCHFLAGS_arm = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '- | |||
52 | GYP_DEFINES_append_mipsel = " mips_arch_variant='r1' " | 52 | GYP_DEFINES_append_mipsel = " mips_arch_variant='r1' " |
53 | ARCHFLAGS ?= "" | 53 | ARCHFLAGS ?= "" |
54 | 54 | ||
55 | PACKAGECONFIG ??= "zlib icu" | 55 | PACKAGECONFIG ??= "ares icu zlib" |
56 | PACKAGECONFIG[zlib] = "--shared-zlib,,zlib" | 56 | PACKAGECONFIG[ares] = "--shared-cares,,c-ares" |
57 | PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu" | 57 | PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu" |
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 |
60 | do_configure () { | 61 | do_configure () { |