remove even the -fstack-protector-strong workaround as not needed any more

This commit is contained in:
Dan Horák 2017-08-02 15:29:07 +02:00
parent e2abf586e4
commit b7d4df2b6d

View File

@ -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