]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: make rgw_common a static library
authorKefu Chai <kchai@redhat.com>
Sat, 24 Jul 2021 06:38:29 +0000 (14:38 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 24 Jul 2021 11:28:54 +0000 (19:28 +0800)
commit43d10b9e44ca50700e9076a47f2c38b360d1d632
treec442eb7ccb146a5c891a4b13f56773df228ea8b7
parent2d955ebb5fe9f43b2988a7b1e6cb176f1c146d8a
cmake: make rgw_common a static library

it was changed from a shared library to object library back in
3c0bba40b2fcc36a02bfe89647231e8983819a72, because we wanted to link both
rgw_a and rgw_admin_user against it.

but now that rgw_admin_user was dropped in
c89b59428e66ae6d89d1fd27a4280045c57251cb, let's compile rgw_common
as a static library. it'd be much easier for us to apply various compile
options and linkages to it this way.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/rgw/CMakeLists.txt