fix undefined reference to `service_arguments_free' in libisulad_img.so
Signed-off-by: WangFengTu <wangfengtu@huawei.com>
This commit is contained in:
parent
9118a7bda6
commit
6cfb99d449
@ -0,0 +1,26 @@
|
|||||||
|
From 08a39a58fe36af1705df60373789d23d258d8327 Mon Sep 17 00:00:00 2001
|
||||||
|
From: WangFengTu <wangfengtu@huawei.com>
|
||||||
|
Date: Fri, 3 Dec 2021 09:32:39 +0800
|
||||||
|
Subject: [PATCH] fix undefined reference to `service_arguments_free' in
|
||||||
|
libisulad_img.so
|
||||||
|
|
||||||
|
Signed-off-by: WangFengTu <wangfengtu@huawei.com>
|
||||||
|
---
|
||||||
|
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 0a004835..14ce571d 100644
|
||||||
|
--- a/src/daemon/modules/image/CMakeLists.txt
|
||||||
|
+++ b/src/daemon/modules/image/CMakeLists.txt
|
||||||
|
@@ -72,6 +72,7 @@ add_library(${LIB_ISULAD_IMG} ${LIBTYPE}
|
||||||
|
${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
|
||||||
|
+ ${CMAKE_SOURCE_DIR}/src/daemon/config/daemon_arguments.c
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(${LIB_ISULAD_IMG} PUBLIC
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
%global _version 2.0.10
|
%global _version 2.0.10
|
||||||
%global _release 7
|
%global _release 8
|
||||||
%global is_systemd 1
|
%global is_systemd 1
|
||||||
%global enable_shimv2 1
|
%global enable_shimv2 1
|
||||||
|
|
||||||
@ -26,6 +26,7 @@ Patch0011: 0011-add-fuzz-build-in-CI.patch
|
|||||||
Patch0012: 0012-print-valgrind-log.patch
|
Patch0012: 0012-print-valgrind-log.patch
|
||||||
Patch0013: 0013-fix-cri-version-memory-leak.patch
|
Patch0013: 0013-fix-cri-version-memory-leak.patch
|
||||||
Patch0014: 0014-fix-undefined-reference-in-libisulad_img.so.patch
|
Patch0014: 0014-fix-undefined-reference-in-libisulad_img.so.patch
|
||||||
|
Patch0015: 0015-fix-undefined-reference-to-service_arguments_free-in.patch
|
||||||
|
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
Provides: libhttpclient.so()(64bit)
|
Provides: libhttpclient.so()(64bit)
|
||||||
@ -239,6 +240,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 03 2021 wangfengtu <wangfengtu@huawei.com> - 2.0.10-8
|
||||||
|
- Type: bugfix
|
||||||
|
- ID: NA
|
||||||
|
- SUG: NA
|
||||||
|
- DESC: fix undefined reference to `service_arguments_free' in libisulad_img.so
|
||||||
|
|
||||||
* Thu Dec 02 2021 wangfengtu <wangfengtu@huawei.com> - 2.0.10-7
|
* Thu Dec 02 2021 wangfengtu <wangfengtu@huawei.com> - 2.0.10-7
|
||||||
- Type: bugfix
|
- Type: bugfix
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user