Blame SOURCES/cups-full-relro.patch

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