From: Adam C. Emerson Date: Fri, 23 Oct 2020 01:48:21 +0000 (-0400) Subject: dpkg: Remove use of no-longer-existing WITH_BOOST_CONTEXT option X-Git-Tag: v16.1.0~763^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5429f10c476c1b37413c66a978eafc3024f7f88a;p=ceph.git dpkg: Remove use of no-longer-existing WITH_BOOST_CONTEXT option Signed-off-by: Adam C. Emerson --- diff --git a/debian/rules b/debian/rules index a0196ae7c1c8..5c9dd81ae66b 100755 --- a/debian/rules +++ b/debian/rules @@ -34,13 +34,6 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) extraopts += -DBOOST_J=$(NUMJOBS) endif -ifneq (,$(filter $(DEB_HOST_ARCH), arm armel armhf arm64 i386 amd64 mips mipsel powerpc ppc64)) - # libboost_context only support the archs above - extraopts += -DWITH_BOOST_CONTEXT=ON -else - extraopts += -DWITH_BOOST_CONTEXT=OFF -endif - %: dh $@ --buildsystem=cmake --with javahelper,python3,systemd --parallel