summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
index bd6dcef4e3..529441de10 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
@@ -17,8 +17,8 @@ SRC_URI = "git://github.com/google/flatbuffers.git \
17 " 17 "
18 18
19# Make sure C++11 is used, required for example for GCC 4.9 19# Make sure C++11 is used, required for example for GCC 4.9
20CXXFLAGS += "-std=c++11" 20CXXFLAGS += "-std=c++11 -fPIC"
21BUILD_CXXFLAGS += "-std=c++11" 21BUILD_CXXFLAGS += "-std=c++11 -fPIC"
22 22
23# BUILD_TYPE=Release is required, otherwise flatc is not installed 23# BUILD_TYPE=Release is required, otherwise flatc is not installed
24EXTRA_OECMAKE += "\ 24EXTRA_OECMAKE += "\