mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 19:56:23 +00:00
grpc-native: Fix buld on ubuntu 14.04 with gcc 4.8
Fixes a compiler error
terminate called after throwing an instance of 'std::system_error'
what(): Enable multithreading to use std:🧵 Operation not
permitted
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
70a0692211
commit
08ab868140
@ -17,6 +17,9 @@ SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;branch=${BRANCH} \
|
||||
"
|
||||
SRC_URI_append_class-target = " file://0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch"
|
||||
|
||||
# Fixes build with older compilers 4.8 especially on ubuntu 14.04
|
||||
CXXFLAGS_append_class-native = " -Wl,--no-as-needed"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user