]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: call %enable_devtoolset11 on centos8
authorKefu Chai <tchaikov@gmail.com>
Thu, 4 Aug 2022 01:00:29 +0000 (09:00 +0800)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 10 Aug 2022 20:46:46 +0000 (16:46 -0400)
before this change %enable_devtoolset11 is called only when building
with crimson on centos8.

after this change %enable_devtoolset11 is called when building on
centos8. because we've started using gcc-toolset-11 for building
rpm packages on centos8 after the C++20 migration. so, to build
with gcc-11, we need to enable it.

also, because gcc-toolset-11 is used, we have to disable
annotated_build.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 336fe86af86c6e7becd8c3f9e8c88db4f22fbe02)

ceph.spec.in

index 6312605f43cbfd563943376b9b1f26b68f0f96d2..c2e45b3a124801df72dbab5d677773f86b10c8a1 100644 (file)
 %endif
 %endif
 
-%if 0%{with seastar}
 # disable -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1, as gcc-toolset-{10,11}-annobin
 # do not provide gcc-annobin.so anymore, despite that they provide annobin.so. but
 # redhat-rpm-config still passes -fplugin=gcc-annobin to the compiler.
 %undefine _annotated_build
-%if 0%{?enable_devtoolset11:1}
+%if 0%{?rhel} >= 8
 %enable_devtoolset11
 %endif
-%endif
 
 #################################################################################
 # main package definition