]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-python.patch
c39e4acd386a28e1dfd79b57d37af5c5e9f6c54f
[packages/ceph.git] / ceph-python.patch
1 --- ceph-14.2.22/cmake/modules/Distutils.cmake.orig     2022-06-09 21:22:26.441475395 +0200
2 +++ ceph-14.2.22/cmake/modules/Distutils.cmake  2022-06-09 21:42:20.791671711 +0200
3 @@ -17,11 +17,9 @@ function(distutils_install_module name)
4    install(CODE "
5      set(options --prefix=${CMAKE_INSTALL_PREFIX})
6      if(DEFINED ENV{DESTDIR})
7 -      if(EXISTS /etc/debian_version)
8 -        list(APPEND options --install-layout=deb)
9 -      endif()
10        list(APPEND options
11          --root=\$ENV{DESTDIR}
12 +        --optimize=2
13          --single-version-externally-managed)
14        if(NOT \"${DU_INSTALL_SCRIPT}\" STREQUAL \"\")
15          list(APPEND options --install-script=${DU_INSTALL_SCRIPT})
This page took 0.032401 seconds and 2 git commands to generate.