mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-15 00:30:03 +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:
parent
0300f77934
commit
ed3392fdb2
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user