From 5429f10c476c1b37413c66a978eafc3024f7f88a Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Thu, 22 Oct 2020 21:48:21 -0400 Subject: [PATCH] dpkg: Remove use of no-longer-existing WITH_BOOST_CONTEXT option Signed-off-by: Adam C. Emerson --- debian/rules | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.47.3