summaryrefslogtreecommitdiff
path: root/0023-2161-bugfix-for-api-cmakelist.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-16 08:21:17 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-16 08:21:17 +0000
commit5a30c52fd5f03e11a1e7a998731c59a31477eba9 (patch)
tree6e73a07585bfafeae4404d2247436ed13d337457 /0023-2161-bugfix-for-api-cmakelist.patch
parentbe5fbac390ac42956df062b5585d96b3ae5db1df (diff)
automatic import of iSuladopeneuler23.09
Diffstat (limited to '0023-2161-bugfix-for-api-cmakelist.patch')
-rw-r--r--0023-2161-bugfix-for-api-cmakelist.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0023-2161-bugfix-for-api-cmakelist.patch b/0023-2161-bugfix-for-api-cmakelist.patch
new file mode 100644
index 0000000..036eb08
--- /dev/null
+++ b/0023-2161-bugfix-for-api-cmakelist.patch
@@ -0,0 +1,25 @@
+From 6b02ac8055379fa0b907f5ed10c5bd974cade90f Mon Sep 17 00:00:00 2001
+From: zhongtao <zhongtao17@huawei.com>
+Date: Thu, 31 Aug 2023 01:55:41 +0000
+Subject: [PATCH 23/33] !2161 bugfix for api cmakelist * bugfix for api
+ cmakelist
+
+---
+ src/daemon/modules/api/CMakeLists.txt | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/src/daemon/modules/api/CMakeLists.txt b/src/daemon/modules/api/CMakeLists.txt
+index 0735b25a..357566fa 100644
+--- a/src/daemon/modules/api/CMakeLists.txt
++++ b/src/daemon/modules/api/CMakeLists.txt
+@@ -8,7 +8,3 @@ set(MODULES_API_INCS
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ PARENT_SCOPE
+ )
+-
+-if (NOT ENABLE_PLUGIN)
+- list(REMOVE_ITEM MODULES_API_INCS "${CMAKE_CURRENT_SOURCE_DIR}/plugin_api.h")
+-endif()
+--
+2.40.1
+