From b7d4df2b6de576a6c8874ed6b11e96e70f2786c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 2 Aug 2017 15:29:07 +0200 Subject: [PATCH] remove even the -fstack-protector-strong workaround as not needed any more --- libclc.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libclc.spec b/libclc.spec index b3fdff3..0575f3c 100644 --- a/libclc.spec +++ b/libclc.spec @@ -66,9 +66,6 @@ developing applications that use %{name}. CFLAGS="%{optflags} -D__extern_always_inline=inline" ./configure.py --prefix=%{_prefix} --libexecdir=%{_libdir}/%{shortname}/ --pkgconfigdir=%{_libdir}/pkgconfig/ -# fstack-protector-strong is currently not supported by clang++ -sed -i "s/fstack-protector-strong/fstack-protector/" Makefile - %make_build %install