From: Adam C. Emerson Date: Fri, 23 Oct 2020 01:46:28 +0000 (-0400) Subject: rpm: Remove use of no-longer-existing WITH_BOOST_CONTEXT option X-Git-Tag: v16.1.0~763^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c9d20eb1a01f8357a581e7a295ac2e81b21f8d47;p=ceph.git rpm: Remove use of no-longer-existing WITH_BOOST_CONTEXT option Signed-off-by: Adam C. Emerson --- diff --git a/ceph.spec.in b/ceph.spec.in index 7f0e9d520418..75e8ac76896b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1173,11 +1173,6 @@ ${CMAKE} .. \ %if 0%{with ocf} -DWITH_OCF=ON \ %endif -%ifarch aarch64 armv7hl mips mipsel ppc ppc64 ppc64le %{ix86} x86_64 s390x - -DWITH_BOOST_CONTEXT=ON \ -%else - -DWITH_BOOST_CONTEXT=OFF \ -%endif %if 0%{with cephfs_shell} -DWITH_CEPHFS_SHELL=ON \ %endif