BuildRequires: systemd-devel
%endif
-# Only when we move to C++20
+# Remove && 0 when we move to C++20
%if 0%{?rhel} == 8 && 0
BuildRequires: boost1.78-devel
%else
%build
# We need to build with LLVM/clang to be able to use LTO, since we are linking against a static Rust library built with LLVM
-# Only when we move to C++20
+# Remove && 0 when we move to C++20
%if 0%{?rhel} == 8 && 0
export BOOST_INCLUDEDIR=/usr/include/boost1.78
export BOOST_LIBRARYDIR=/usr/lib64/boost1.78
BuildRequires: krb5-devel
BuildRequires: p11-kit-devel
BuildRequires: libcurl-devel
-# Only when we move to C++20
+# Remove && 0 when we move to C++20
%if 0%{?rhel} == 8 && 0
BuildRequires: boost1.78-devel
%else
%autosetup -p1 -n %{name}-%{getenv:BUILDER_VERSION}
%build
-# Only when we move to C++20
+# Remove && 0 when we move to C++20
%if 0%{?rhel} == 8 && 0
export BOOST_INCLUDEDIR=/usr/include/boost1.78
export BOOST_LIBRARYDIR=/usr/lib64/boost1.78