From 3aa4aa9113366e472c4624dc1e963890a9b81e34 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 5 Apr 2024 10:27:08 +0200 Subject: [PATCH] Fix typo in macro name preventing build Resolves: RHEL-32063 --- freerdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freerdp.spec b/freerdp.spec index e7f6347..aae5210 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -71,7 +71,7 @@ BuildRequires: xmlto BuildRequires: zlib-devel BuildRequires: multilib-rpm-config -%{?_with_add:BuildRequires: cmake(cJSON)} +%{?_with_aad:BuildRequires: cmake(cJSON)} # Packaging error led to cmake files in the wrong place # Fixed in https://src.fedoraproject.org/rpms/uriparser/c/1b07302bfc80983fbf84283783370e8338d36429 %{?_with_uriparser:BuildRequires: (cmake(uriparser) and uriparser-devel)}