From ca125edb1c8e51bd222fec61eb155151bbd4b791 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 25 Aug 2022 02:49:03 +0100 Subject: gentoo auto-resync : 25:08:2022 - 02:49:03 --- sys-cluster/ceph/files/ceph-16.2.10-flags.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys-cluster/ceph/files/ceph-16.2.10-flags.patch (limited to 'sys-cluster/ceph/files') diff --git a/sys-cluster/ceph/files/ceph-16.2.10-flags.patch b/sys-cluster/ceph/files/ceph-16.2.10-flags.patch new file mode 100644 index 000000000000..79002b3a5fce --- /dev/null +++ b/sys-cluster/ceph/files/ceph-16.2.10-flags.patch @@ -0,0 +1,14 @@ +diff --git a/cmake/modules/Distutils.cmake b/cmake/modules/Distutils.cmake +index 01a6fc500c8..9eb4658482f 100644 +--- a/cmake/modules/Distutils.cmake ++++ b/cmake/modules/Distutils.cmake +@@ -90,7 +90,8 @@ function(distutils_add_cython_module target name src) + CXX="${PY_CXX}" + LDSHARED="${PY_LDSHARED}" + OPT=\"-DNDEBUG -g -fwrapv -w\" +- LDFLAGS=-L${CMAKE_LIBRARY_OUTPUT_DIRECTORY} ++ CFLAGS=${CMAKE_C_FLAGS} ++ LDFLAGS=-L${CMAKE_LIBRARY_OUTPUT_DIRECTORY}\ ${CMAKE_LINKER_FLAGS}\ ${CMAKE_SHARED_LINKER_FLAGS} + CYTHON_BUILD_DIR=${CMAKE_CURRENT_BINARY_DIR} + CEPH_LIBDIR=${CMAKE_LIBRARY_OUTPUT_DIRECTORY} + ${Python3_EXECUTABLE} ${setup_py} -- cgit v1.2.3