]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
example/librados: remove dependency on Boost system library 23201/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:26:43 +0000 (10:26 +0200)
commit4246d382ff5392a866b012fc08ac3f304cf4a38a
treecdc93c6845af6ef1b1034fca17e8ce2dde6c8d61
parentdeedcd32377fe942ac34f061927ca2e5a02be473
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