diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb | 1 |
1 files changed, 1 insertions, 0 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 4afe341f92..4013c6931e 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb | |||
@@ -55,6 +55,7 @@ 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[libuv] = "--shared-libuv,,libuv" |
58 | PACKAGECONFIG[nghttp2] = "--shared-nghttp2,,nghttp2" | ||
58 | PACKAGECONFIG[zlib] = "--shared-zlib,,zlib" | 59 | PACKAGECONFIG[zlib] = "--shared-zlib,,zlib" |
59 | 60 | ||
60 | # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi | 61 | # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi |