diff options
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb index 4715019798..e443987216 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | |||
| @@ -128,6 +128,9 @@ python do_create_v8_qemu_wrapper () { | |||
| 128 | do_create_v8_qemu_wrapper[dirs] = "${B}" | 128 | do_create_v8_qemu_wrapper[dirs] = "${B}" |
| 129 | addtask create_v8_qemu_wrapper after do_configure before do_compile | 129 | addtask create_v8_qemu_wrapper after do_configure before do_compile |
| 130 | 130 | ||
| 131 | # Keep until openssl 3.x compatibility is fixed | ||
| 132 | CXXFLAGS += "-fpermissive" | ||
| 133 | |||
| 131 | LDFLAGS:append:x86 = " -latomic" | 134 | LDFLAGS:append:x86 = " -latomic" |
| 132 | 135 | ||
| 133 | # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi | 136 | # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi |
