1 Star 0 Fork 43

gaohuatao/src-iSulad

forked from src-openEuler/iSulad 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0014-fix-undefined-reference-in-libisulad_img.so.patch 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangfengtu 提交于 2021-12-02 17:07 . sync patches from upstream
From 861a635c95254c7429bc8c23552f529c5a083762 Mon Sep 17 00:00:00 2001
From: WangFengTu <[email protected]>
Date: Thu, 2 Dec 2021 15:24:31 +0800
Subject: [PATCH 14/14] fix undefined reference in libisulad_img.so
Signed-off-by: WangFengTu <[email protected]>
---
src/daemon/modules/image/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/daemon/modules/image/CMakeLists.txt b/src/daemon/modules/image/CMakeLists.txt
index 86b7d8a6..0a004835 100644
--- a/src/daemon/modules/image/CMakeLists.txt
+++ b/src/daemon/modules/image/CMakeLists.txt
@@ -71,6 +71,7 @@ add_library(${LIB_ISULAD_IMG} ${LIBTYPE}
${CMAKE_SOURCE_DIR}/src/utils/tar/isulad_tar.c
${CMAKE_SOURCE_DIR}/src/utils/tar/util_archive.c
${CMAKE_SOURCE_DIR}/src/utils/tar/util_gzip.c
+ ${CMAKE_SOURCE_DIR}/src/daemon/config/isulad_config.c
)
target_include_directories(${LIB_ISULAD_IMG} PUBLIC
--
2.25.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaohuatao/src-iSulad.git
[email protected]:gaohuatao/src-iSulad.git
gaohuatao
src-iSulad
src-iSulad
master

搜索帮助