diff options
-rw-r--r-- | recipes-devtools/protobuf/protobuf_3.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/protobuf/protobuf_3.0.0.bb b/recipes-devtools/protobuf/protobuf_3.0.0.bb index e1deeac8..0445ae4c 100644 --- a/recipes-devtools/protobuf/protobuf_3.0.0.bb +++ b/recipes-devtools/protobuf/protobuf_3.0.0.bb | |||
@@ -36,7 +36,7 @@ do_compile() { | |||
36 | 36 | ||
37 | do_compile_ptest() { | 37 | do_compile_ptest() { |
38 | # Modify makefile to use the cross-compiler | 38 | # Modify makefile to use the cross-compiler |
39 | sed -e "s|c++|${CXX}|g" -i "${S}/${TEST_SRC_DIR}/Makefile" | 39 | sed -e "s|c++|${CXX} \$(LDFLAGS)|g" -i "${S}/${TEST_SRC_DIR}/Makefile" |
40 | 40 | ||
41 | mkdir -p "${B}/${TEST_SRC_DIR}" | 41 | mkdir -p "${B}/${TEST_SRC_DIR}" |
42 | 42 | ||