mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
nodejs: add -fpermissive BUILD_CXXFLAGS
fixes build with openssl3-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -131,6 +131,7 @@ addtask create_v8_qemu_wrapper after do_configure before do_compile
|
||||
|
||||
# Keep until openssl 3.x compatibility is fixed
|
||||
CXXFLAGS += "-fpermissive"
|
||||
BUILD_CXXFLAGS += "-fpermissive"
|
||||
|
||||
LDFLAGS:append:x86 = " -latomic"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user