]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
do_cmake.sh: fix application of -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF 34008/head
authorNathan Cutler <ncutler@suse.com>
Tue, 17 Mar 2020 14:39:24 +0000 (15:39 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 17 Mar 2020 14:47:14 +0000 (15:47 +0100)
commita40c42bd4838fb65f890e4a9abe8105b4c4a4e24
tree3feb7af670b1c4f42645b0ee158d7d51ec9dc69b
parent3d15f1c1f84a4816aeddb52ae2ca324821bd3539
do_cmake.sh: fix application of -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF

50ba25b2aa4db34319a7b95e789065540347f895 broke do_cmake.sh in nautilus
and the backport of 46b3d671b4408a766aaed379274242ad4b38afb3 (which
was included in the same PR) did not fix it enough.

This commit cannot be backported from master. It is needed to fix
a partially broken backport.

After this commit is applied, the relevant part of do_cmake.sh in
nautilus will look exactly like it does now in master.

Fixes: 50ba25b2aa4db34319a7b95e789065540347f895
Fixes: https://tracker.ceph.com/issues/44641
Signed-off-by: Nathan Cutler <ncutler@suse.com>
do_cmake.sh