diff options
-rw-r--r-- | meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb b/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb index 784e0d2b4b..7b3f73657c 100644 --- a/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb +++ b/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb | |||
@@ -17,6 +17,9 @@ SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;branch=${BRANCH} \ | |||
17 | " | 17 | " |
18 | SRC_URI_append_class-target = " file://0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch" | 18 | SRC_URI_append_class-target = " file://0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch" |
19 | 19 | ||
20 | # Fixes build with older compilers 4.8 especially on ubuntu 14.04 | ||
21 | CXXFLAGS_append_class-native = " -Wl,--no-as-needed" | ||
22 | |||
20 | inherit cmake | 23 | inherit cmake |
21 | 24 | ||
22 | EXTRA_OECMAKE = " \ | 25 | EXTRA_OECMAKE = " \ |