From 1f0dcea315e115f9d57de72698580250e27ef846 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 3 Jun 2020 17:14:38 +0200 Subject: [PATCH] Fixed Clang parameters patching. --- mtxclient.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtxclient.spec b/mtxclient.spec index e5d1001..b8f3b0c 100644 --- a/mtxclient.spec +++ b/mtxclient.spec @@ -1,7 +1,7 @@ %bcond_without clang %if %{with clang} -%global optflags %(echo %{optflags} | sed -e 's/-mcet//g' -e 's/-fcf-protection//g' -e 's/-fstack-clash-protection//g' -e 's/$/-Qunused-arguments -Wno-unknown-warning-option -Wno-deprecated-declarations/') +%global optflags %(echo %{optflags} | sed -e 's/-mcet//g' -e 's/-fcf-protection//g' -e 's/-fstack-clash-protection//g' -e 's/$/ -Qunused-arguments -Wno-unknown-warning-option -Wno-deprecated-declarations/') %endif Name: mtxclient