From 0e58e2f39c40a74a0736ab7d4827d274801e27f3 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 28 May 2020 08:38:29 -0400 Subject: [PATCH] SYSTEM_BOOST=ON in preparatrion for rebuild with boost-1.73 Signed-off-by: Kaleb S. KEITHLEY --- ceph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index 0786f86..ea99920 100644 --- a/ceph.spec +++ b/ceph.spec @@ -1221,7 +1221,7 @@ cd build %if 0%{with ocf} -DWITH_OCF=ON \ %endif - -DWITH_SYSTEM_BOOST=OFF \ + -DWITH_SYSTEM_BOOST=ON \ %ifarch aarch64 armv7hl mips mipsel ppc ppc64 ppc64le %{ix86} x86_64 -DWITH_BOOST_CONTEXT=ON \ %else @@ -2362,6 +2362,9 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Thu May 28 2020 Kaleb S. KEITHLEY +- SYSTEM_BOOST=ON in preparatrion for rebuild with boost-1.73 + * Tue May 26 2020 Kaleb S. KEITHLEY - 2:15.2.2-3 - ceph 15.2.2, CET enable src/common/crc32c_intel_*_asm.s; shstk, ibt - and other fixes