summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb
index d0645007c5..e3b46bc2c8 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb
@@ -44,7 +44,7 @@ do_configure () {
44 export LD="${CXX}" 44 export LD="${CXX}"
45 GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES 45 GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES
46 # $TARGET_ARCH settings don't match --dest-cpu settings 46 # $TARGET_ARCH settings don't match --dest-cpu settings
47 ./configure --prefix=${prefix} --with-intl=small-icu --without-snapshot --shared-openssl --shared-zlib \ 47 ./configure --prefix=${prefix} --without-intl --without-snapshot --shared-openssl --shared-zlib \
48 --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ 48 --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \
49 --dest-os=linux \ 49 --dest-os=linux \
50 ${ARCHFLAGS} 50 ${ARCHFLAGS}