Description: Build with full read-only relocations Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=996740 Author: Tim Waugh Last-Update: 2013-08-15 --- a/config-scripts/cups-compiler.m4 +++ b/config-scripts/cups-compiler.m4 @@ -185,7 +185,7 @@ # The -z relro option is provided by the Linux linker command to # make relocatable data read-only. if test x$enable_relro = xyes; then - RELROFLAGS="-Wl,-z,relro" + RELROFLAGS="-Wl,-z,relro,-z,now" fi ;; esac