Blame SOURCES/cups-full-relro.patch

87cf9a
diff -up cups-1.6.3/config-scripts/cups-compiler.m4.full-relro cups-1.6.3/config-scripts/cups-compiler.m4
87cf9a
--- cups-1.6.3/config-scripts/cups-compiler.m4.full-relro	2013-08-15 12:40:51.965747766 +0100
87cf9a
+++ cups-1.6.3/config-scripts/cups-compiler.m4	2013-08-15 12:42:15.083630332 +0100
87cf9a
@@ -171,7 +171,7 @@ if test -n "$GCC"; then
87cf9a
 			# The -z relro option is provided by the Linux linker command to
87cf9a
 			# make relocatable data read-only.
87cf9a
 			if test x$enable_relro = xyes; then
87cf9a
-				RELROFLAGS="-Wl,-z,relro"
87cf9a
+				RELROFLAGS="-Wl,-z,relro,-z,now"
87cf9a
 			fi
87cf9a
 			;;
87cf9a
 	esac