summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_10.17.0.bb1
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"
55PACKAGECONFIG[ares] = "--shared-cares,,c-ares" 55PACKAGECONFIG[ares] = "--shared-cares,,c-ares"
56PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu" 56PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu"
57PACKAGECONFIG[libuv] = "--shared-libuv,,libuv" 57PACKAGECONFIG[libuv] = "--shared-libuv,,libuv"
58PACKAGECONFIG[nghttp2] = "--shared-nghttp2,,nghttp2"
58PACKAGECONFIG[zlib] = "--shared-zlib,,zlib" 59PACKAGECONFIG[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