From b6615f9bd8c3651d450d2e85af6a9240b0de588e Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 11 Mar 2022 09:04:25 +0100 Subject: [PATCH] Fix build with recent cmake The extra dot after the %cmake macro causes build failure with the recent cmake versions. Although this is regression on cmake side, it looks safe to remove that dot as workaround, because the macro uses "-S ." already. Related: https://bugzilla.redhat.com/show_bug.cgi?id=2057738 --- freerdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freerdp.spec b/freerdp.spec index a779812..a5887af 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -216,7 +216,7 @@ find . -name "*.c" -exec chmod 664 {} \; -DARM_FP_ABI=soft \ -DWITH_NEON=OFF \ %endif - . + %{nil} %cmake_build