Blame SOURCES/cups-full-relro.patch

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