]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: move buffer_seastar.cc into libcrimson-common.a.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 22 Jun 2020 14:18:38 +0000 (16:18 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 23 Jun 2020 08:16:05 +0000 (10:16 +0200)
commit2dab54a03b1d7ad1b0ad849366fce5ad05c3b710
tree0792099015770d464c37325726b3af1d81f4d293
parent94ce669bec17b8e00c201e1777bbe0c4509611db
cmake: move buffer_seastar.cc into libcrimson-common.a.

Before the commit it was a part of libcrimson.a. However, this
assignment misses the dependency MonMac.cc has towards it:

  ```
  ../../../lib/libcrimson-common.a(MonMap.cc.o): In function `operator()':
  /work/ceph-2/src/mon/MonMap.cc:671: undefined reference to `ceph::buffer::v15_2_0::create(seastar::temporary_buffer<char>&&)'
  /work/ceph-2/src/mon/MonMap.cc:671: undefined reference to `ceph::buffer::v15_2_0::create(seastar::temporary_buffer<char>&&)'
  ```

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/CMakeLists.txt