From 57fa092622371225171955ad9c1e85d6999841fe Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 3 Oct 2022 14:54:41 -0700 Subject: [PATCH] Fix conditional to build on eln --- tigervnc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tigervnc.spec b/tigervnc.spec index 20c09bb..d8a2bfb 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -171,7 +171,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fpic" %endif export CXXFLAGS="$CFLAGS -std=c++11" -%if 0%{?fedora} >= 35 +%if 0%{?fedora} >= 35 || 0%{?rhel} >= 10 %define __cmake_builddir %{_target_platform} mkdir -p %{%__cmake_builddir}