On Fri, 7 Dec 2012 10:40:25 -0500 Jeff Layton <jlayton@xxxxxxxxx> wrote: > This is safer since it also protects the GOT from getting clobbered. > > Signed-off-by: Jeff Layton <jlayton@xxxxxxxxx> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index d97c51b..78acd43 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -114,7 +114,7 @@ fi > AC_SUBST([PIE_CFLAGS]) > > if test $enable_relro != "no"; then > - RELRO_CFLAGS="-Wl,-z,relro" > + RELRO_CFLAGS="-Wl,-z,relro,-z,now" > else > RELRO_CFLAGS="" > fi Merged... -- Jeff Layton <jlayton@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html