You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-cluster/ceph/files/ceph-15.2.3-spdk-compile.patch

10 lines
376 B

--- ceph-15.2.3.orig/cmake/modules/BuildSPDK.cmake 2020-05-29 09:24:50.000000000 -0700
+++ ceph-15.2.3/cmake/modules/BuildSPDK.cmake 2020-06-01 10:36:14.629306433 -0700
@@ -1,5 +1,5 @@
macro(build_spdk)
- set(DPDK_DIR ${CMAKE_BINARY_DIR}/src/dpdk)
+ set(DPDK_DIR ${CMAKE_SOURCE_DIR}/src/dpdk)
if(NOT TARGET dpdk-ext)
include(BuildDPDK)
build_dpdk(${DPDK_DIR})