sys-cluster/ceph: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/24407
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2022-03-12 19:45:04 +01:00
committed by David Seifert
parent 5ce0ff202f
commit 23d4106594
2 changed files with 0 additions and 23 deletions

View File

@@ -1,11 +0,0 @@
--- ceph-14.2.0.orig/src/common/CMakeLists.txt 2019-03-18 04:08:29.000000000 -0600
+++ ceph-14.2.0/src/common/CMakeLists.txt 2019-03-21 18:42:32.903182824 -0600
@@ -165,7 +165,7 @@
crc32c_aarch64.c)
endif(HAVE_INTEL)
-add_library(crc32 ${crc32_srcs})
+add_library(crc32 STATIC ${crc32_srcs})
if(HAVE_ARMV8_CRC)
set_target_properties(crc32 PROPERTIES
COMPILE_FLAGS "${CMAKE_C_FLAGS} ${ARMV8_CRC_COMPILE_FLAGS}")

View File

@@ -1,12 +0,0 @@
diff --git a/src/blk/CMakeLists.txt b/src/blk/CMakeLists.txt
index b424482dee..dc4f9b82ae 100644
--- a/src/blk/CMakeLists.txt
+++ b/src/blk/CMakeLists.txt
@@ -26,6 +26,7 @@ if(WITH_ZBD)
endif()
add_library(blk ${libblk_srcs})
+install(TARGETS blk DESTINATION ${CMAKE_INSTALL_LIBDIR})
target_include_directories(blk PRIVATE "./")
if(HAVE_LIBAIO)