]> git.pld-linux.org Git - packages/ceph.git/blame - ceph-python.patch
- enhanced types patch wrt. unsigned 32-bit constant
[packages/ceph.git] / ceph-python.patch
CommitLineData
1b11728e
JB
1--- ceph-12.2.13/cmake/modules/Distutils.cmake.orig 2020-01-30 21:52:36.000000000 +0100
2+++ ceph-12.2.13/cmake/modules/Distutils.cmake 2020-05-29 22:15:43.919231143 +0200
3@@ -17,10 +17,7 @@
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 --root=\$ENV{DESTDIR})
11+ list(APPEND options --root=\$ENV{DESTDIR} --optimize=2)
12 if(NOT \"${DU_INSTALL_SCRIPT}\" STREQUAL \"\")
13 list(APPEND options --install-script=${DU_INSTALL_SCRIPT})
14 endif()
This page took 0.050436 seconds and 4 git commands to generate.