gentoo/dev-util/kernelshark/files/kernelshark-2.1.0-no-ldconfig.patch
Christian Schmidt 8e4742a4aa
dev-util/kernelshark: bump to 2.1.0
Signed-off-by: Christian Schmidt <gentoo@digadd.de>
Bug: https://bugs.gentoo.org/824982
Closes: https://github.com/gentoo/gentoo/pull/24667
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2022-06-16 09:57:44 -07:00

17 lines
583 B
Diff

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9e0b4ae..732c14a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -46,11 +46,6 @@ install(FILES "${KS_DIR}/libkshark.pc"
DESTINATION ${PKG_CONGIG_DIR}
COMPONENT libkshark-devel)
-install(CODE "message(\"-- Executing: ldconfig ${_LIBDIR}\")
- execute_process(COMMAND bash \"-c\" \"ldconfig ${_INSTALL_PREFIX}\"
- ECHO_ERROR_VARIABLE)"
- COMPONENT libkshark-devel)
-
if (OPENGL_FOUND)
message(STATUS "libkshark-plot")