796b80f
diff -up redhat-rpm-config-9.1.0/macros.jx redhat-rpm-config-9.1.0/macros
da8d7a1
--- redhat-rpm-config-9.1.0/macros.jx	2011-08-03 15:42:20.267064981 -0400
da8d7a1
+++ redhat-rpm-config-9.1.0/macros	2011-08-03 15:44:46.581058603 -0400
688e86b
@@ -184,8 +184,15 @@ unset DISPLAY\
796b80f
 %__find_provides        /usr/lib/rpm/redhat/find-provides
796b80f
 %__find_requires        /usr/lib/rpm/redhat/find-requires
796b80f
 
796b80f
-%__global_cflags	-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
796b80f
-%__global_ldflags	-Wl,-z,relro
688e86b
+%_hardening_cflags	-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
688e86b
+%_hardening_ldflags	-specs=/usr/lib/rpm/redhat/redhat-hardened-ld
688e86b
+
688e86b
+#_hardened_build	0
688e86b
+%_hardened_cflags	%{?_hardened_build:%{_hardening_cflags}}
688e86b
+%_hardened_ldflags	%{?_hardened_build:%{_hardening_ldflags}}
796b80f
+
da8d7a1
+%__global_cflags	-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 %{_hardened_cflags}
da8d7a1
+%__global_ldflags	-Wl,-z,relro %{_hardened_ldflags}
796b80f
 
796b80f
 # Use these macros to differentiate between RH and other KMP implementation(s).
796b80f
 redhat_kernel_module_package	1