Blame SOURCES/redhat-rpm-config-9.1.0-relro.patch

76c1b9
diff -up redhat-rpm-config-9.1.0/macros.jx redhat-rpm-config-9.1.0/macros
76c1b9
--- redhat-rpm-config-9.1.0/macros.jx	2011-07-07 13:10:18.000000000 -0400
76c1b9
+++ redhat-rpm-config-9.1.0/macros	2011-07-07 13:12:00.299594529 -0400
76c1b9
@@ -31,6 +31,7 @@
76c1b9
   CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
76c1b9
   CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
76c1b9
   FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \
76c1b9
+  LDFLAGS="${LDFLAGS:-%__global_ldflags}"; export LDFLAGS; \
76c1b9
   %{_configure} --build=%{_build} --host=%{_host} \\\
76c1b9
 	--program-prefix=%{?_program_prefix} \\\
76c1b9
 	--disable-dependency-tracking \\\
76c1b9
@@ -184,6 +185,7 @@ unset DISPLAY\
76c1b9
 %__find_requires        /usr/lib/rpm/redhat/find-requires
76c1b9
 
76c1b9
 %__global_cflags	-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
76c1b9
+%__global_ldflags	-Wl,-z,relro
76c1b9
 
76c1b9
 # Use these macros to differentiate between RH and other KMP implementation(s).
76c1b9
 redhat_kernel_module_package	1