diff options
author | Adam C. Emerson <aemerson@redhat.com> | 2020-10-23 03:48:21 +0200 |
---|---|---|
committer | Adam C. Emerson <aemerson@redhat.com> | 2020-10-23 17:21:53 +0200 |
commit | 5429f10c476c1b37413c66a978eafc3024f7f88a (patch) | |
tree | 90b42446722990aac0f96f343f3b80872ae282e8 /debian/rules | |
parent | rpm: Remove use of no-longer-existing WITH_BOOST_CONTEXT option (diff) | |
download | ceph-5429f10c476c1b37413c66a978eafc3024f7f88a.tar.xz ceph-5429f10c476c1b37413c66a978eafc3024f7f88a.zip |
dpkg: Remove use of no-longer-existing WITH_BOOST_CONTEXT option
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index a0196ae7c1c..5c9dd81ae66 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 |