ceph/src/compressor
Ricardo Dias 235448879e
cmake: fix rpath on shared libraries and executables
The problem was due to the attempt of CMake to rewrite the RPATH of
the executables, or shared libraries, that didn't have any RPATH linked
during the building phase.

Currently INSTALL_RPATH is already set for all binaries. This patch
sets an empty INSTALL_RPATH for all binaries that don't depend on
any internal (also being built) target.

Signed-off-by: Ricardo Dias <rdias@suse.com>
2017-01-18 12:40:41 +00:00
..
snappy cmake: fix rpath on shared libraries and executables 2017-01-18 12:40:41 +00:00
zlib cmake: fix rpath on shared libraries and executables 2017-01-18 12:40:41 +00:00
AsyncCompressor.cc Compressor: compressor code extention: plugin system added 2016-01-14 19:04:11 -05:00
AsyncCompressor.h assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
CMakeLists.txt embedded: add compression and EC plugins to libcephd 2016-11-28 23:48:02 -08:00
CompressionPlugin.h os/bluestore: share compression/csum enums and corresponding stuff for common use 2016-10-19 14:33:29 +00:00
Compressor.cc compress: Fix compilation failure from missing header 2016-11-21 12:34:23 -05:00
Compressor.h os/bluestore: share compression/csum enums and corresponding stuff for common use 2016-10-19 14:33:29 +00:00