summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
index 1abfc8819d..65f7beec40 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
@@ -14,6 +14,8 @@ SRCREV = "6df40a2471737b27271bdd9b900ab5f3aec746c7"
14 14
15SRC_URI = "git://github.com/google/flatbuffers.git" 15SRC_URI = "git://github.com/google/flatbuffers.git"
16 16
17CVE_CHECK_WHITELIST += "CVE-2020-35864"
18
17CXXFLAGS += "-fPIC" 19CXXFLAGS += "-fPIC"
18BUILD_CXXFLAGS += "-fPIC" 20BUILD_CXXFLAGS += "-fPIC"
19 21