]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
CMakeLists.txt: WITH_BLKIN off for now 14305/head
authorSage Weil <sage@redhat.com>
Fri, 5 May 2017 17:59:35 +0000 (13:59 -0400)
committerSage Weil <sage@redhat.com>
Fri, 5 May 2017 18:05:24 +0000 (14:05 -0400)
commitb4eab62c5ef8aee28f0ac111daf5084d6d02a80d
tree53a05f6388527a037e20d9d2c5e99d3a9dce6941
parent3eb554c1fc9b7def281f39ce0017b63ae4920e70
CMakeLists.txt: WITH_BLKIN off for now

We are unconditionally linking lttng-ust, which make selinux complain. We
should either

 - fix selinux rules and unconditionally link
 - dlopen at runtime based on an option (like we do for the current
   tracepoints)
 - ???

Signed-off-by: Sage Weil <sage@redhat.com>
CMakeLists.txt