This commit changes denc_plugin_dir from relative to absolute path, so
that CEPH_DENC_MOD_DIR points to the absolute path and ceph-dencoder
is able to load the shared libraries from the specified path.
Fixes:https://tracker.ceph.com/issues/51519
Signed-off-by: zhipeng li <qiuxinyidian@gmail.com>
JOB_POOL_COMPILE heavy_compile_job_pool
JOB_POOL_LINK heavy_link_job_pool)
-set(denc_plugin_dir ${CEPH_INSTALL_PKGLIBDIR}/denc)
+set(denc_plugin_dir ${CEPH_INSTALL_FULL_PKGLIBDIR}/denc)
add_custom_target(ceph-dencoder-modules)
function(add_denc_mod name)