]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
dpkg: Remove use of no-longer-existing WITH_BOOST_CONTEXT option 37759/head
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 23 Oct 2020 01:48:21 +0000 (21:48 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 23 Oct 2020 15:21:53 +0000 (11:21 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
debian/rules

index a0196ae7c1c8ebb49cea31aa0d205d0e1ef8d86a..5c9dd81ae66bcf2c565918d8102f1af735ca84c4 100755 (executable)
@@ -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