Blame SOURCES/redhat-rpm-config-9.1.0-stackprotector-strong.patch

51f3dd
diff -up redhat-rpm-config-9.1.0/macros.stackprotector-strong redhat-rpm-config-9.1.0/macros
51f3dd
--- redhat-rpm-config-9.1.0/macros.stackprotector-strong	2013-07-04 10:21:30.078245504 +0300
51f3dd
+++ redhat-rpm-config-9.1.0/macros	2013-07-04 10:21:44.509357128 +0300
51f3dd
@@ -178,7 +178,7 @@ package or when debugging this package.\
51f3dd
 %_hardened_cflags	%{?_hardened_build:%{_hardening_cflags}}
51f3dd
 %_hardened_ldflags	%{?_hardened_build:%{_hardening_ldflags}}
51f3dd
 
51f3dd
-%__global_cflags	-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags}
51f3dd
+%__global_cflags	-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags}
51f3dd
 %__global_ldflags	-Wl,-z,relro %{_hardened_ldflags}
51f3dd
 
51f3dd
 # Use these macros to differentiate between RH and other KMP implementation(s).