]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
example/librados: remove dependency on Boost system library 23202/head
authorNathan Cutler <ncutler@suse.com>
Sat, 21 Jul 2018 06:30:03 +0000 (08:30 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 24 Jul 2018 08:27:44 +0000 (10:27 +0200)
commitbaca45a8e026284b1af0c59970e1028e7279eddd
tree40ff68358f1b4ec5cf3533a09f58a8d298649501
parent6cf451637c4c0b2386938780a5f236373fd8f26d
example/librados: remove dependency on Boost system library

109e6022beb0920f2a4746bd8c541e975494f251 introduced "-lboost_system" into
example/librados/Makefile but the Boost system library is no longer required
to compile and link hello_world.cc.

Fixes: http://tracker.ceph.com/issues/25054
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit ed76f04c6852064235152ca85e5bf7b2e5b47994)
examples/librados/Makefile