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 fb4be0f166..bbc2a4a1d6 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
@@ -17,6 +17,8 @@ SRCREV = "6df40a2471737b27271bdd9b900ab5f3aec746c7"
17 17
18SRC_URI = "git://github.com/google/flatbuffers.git" 18SRC_URI = "git://github.com/google/flatbuffers.git"
19 19
20CVE_CHECK_WHITELIST += "CVE-2020-35864"
21
20CXXFLAGS += "-fPIC" 22CXXFLAGS += "-fPIC"
21BUILD_CXXFLAGS += "-fPIC" 23BUILD_CXXFLAGS += "-fPIC"
22 24