establish-kvstore-dependence-on-boundscheck
This commit is contained in:
parent
dd880ded4e
commit
d8e1c201de
24
0006-establish-kvstore-dependence-on-boundscheck.patch
Normal file
24
0006-establish-kvstore-dependence-on-boundscheck.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 1514ae3615cd6c376e6413c8b63775de39d9a2c1 Mon Sep 17 00:00:00 2001
|
||||||
|
From: wang--ge <wang__ge@126.com>
|
||||||
|
Date: Mon, 17 Jul 2023 17:55:44 +0800
|
||||||
|
Subject: [PATCH] establish kvstore dependence on boundscheck
|
||||||
|
|
||||||
|
---
|
||||||
|
.../kv_store/frameworks/libs/distributeddb/BUILD.gn | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/distributeddatamgr/kv_store/frameworks/libs/distributeddb/BUILD.gn b/distributeddatamgr/kv_store/frameworks/libs/distributeddb/BUILD.gn
|
||||||
|
index d08716e..536f8ee 100644
|
||||||
|
--- a/distributeddatamgr/kv_store/frameworks/libs/distributeddb/BUILD.gn
|
||||||
|
+++ b/distributeddatamgr/kv_store/frameworks/libs/distributeddb/BUILD.gn
|
||||||
|
@@ -273,6 +273,7 @@ ohos_shared_library("distributeddb") {
|
||||||
|
deps = [
|
||||||
|
"//third_party/sqlite:sqlite",
|
||||||
|
"//third_party/zlib:shared_libz",
|
||||||
|
+ "//third_party/bounds_checking_function:libsec_shared",
|
||||||
|
]
|
||||||
|
|
||||||
|
configs += [ "//third_party/jsoncpp:jsoncpp_config" ]
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user