[packages/ceph] - missing patch
baggins
baggins at pld-linux.org
Mon Dec 23 11:39:41 CET 2024
commit 0ffe6e9946adc6667407ef943edd725b52e727f0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Dec 23 11:37:05 2024 +0100
- missing patch
install-cpp_redis.patch | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
---
diff --git a/install-cpp_redis.patch b/install-cpp_redis.patch
new file mode 100644
index 0000000..c91be22
--- /dev/null
+++ b/install-cpp_redis.patch
@@ -0,0 +1,21 @@
+--- ceph-19.1.0/src/cpp_redis/CMakeLists.txt.orig 2024-07-11 15:16:22.487082035 -0400
++++ ceph-19.1.0/src/cpp_redis/CMakeLists.txt 2024-07-11 15:17:57.226534456 -0400
+@@ -174,6 +174,7 @@
+ set_target_properties(${PROJECT} PROPERTIES COMPILE_DEFINITIONS "__CPP_REDIS_USE_CUSTOM_TCP_CLIENT=${USE_CUSTOM_TCP_CLIENT}")
+ endif(USE_CUSTOM_TCP_CLIENT)
+
++install(TARGETS ${PROJECT} DESTINATION ${CMAKE_INSTALL_LIBDIR}/ceph)
+
+ ###
+ # examples
+--- ceph-19.1.0/src/cpp_redis/tacopie/CMakeLists.txt.orig 2024-01-30 21:47:59.000000000 -0500
++++ ceph-19.1.0/src/cpp_redis/tacopie/CMakeLists.txt 2024-07-12 07:37:23.584654640 -0400
+@@ -162,6 +162,8 @@
+ ENDIF(SELECT_TIMEOUT)
+
+
++install(TARGETS ${PROJECT} DESTINATION ${CMAKE_INSTALL_LIBDIR}/ceph)
++
+ ###
+ # examples
+ ###
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ceph.git/commitdiff/0ffe6e9946adc6667407ef943edd725b52e727f0
More information about the pld-cvs-commit
mailing list