]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: remove direct linking to static boost libraries 12962/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 17 Jan 2017 15:39:03 +0000 (10:39 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 17 Jan 2017 15:39:03 +0000 (10:39 -0500)
commiteeceb111d8e14ea1f20a16eaeabea42f463040bf
tree501afe24a9563663a60c2ff11f4b37a509ebde60
parent449d7831d88dd893efc0a68e6389c13b96419f92
rbd: remove direct linking to static boost libraries

The boost libraries are included in libceph-common. If linked
directly, boost::regex will abort during shutdown since it uses
a global static variable and it will be destructed twice.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd/CMakeLists.txt
src/tools/rbd_nbd/CMakeLists.txt