mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
David Seifert
parent
5ce0ff202f
commit
23d4106594
@@ -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}")
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user