<div dir="ltr"><div>Applied.<br></div>Thanks.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 30, 2014 at 7:13 AM, Benjamin Marzinski <span dir="ltr"><<a href="mailto:bmarzins@redhat.com" target="_blank">bmarzins@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-Wformat-security warns about format-strigs that represent possible<br>
security problems.  This is check is now enabled for fedora builds, and it<br>
seems like a reasonable thing to always be checking.<br>
<br>
Signed-off-by: Benjamin Marzinski <<a href="mailto:bmarzins@redhat.com">bmarzins@redhat.com</a>><br>
---<br>
 Makefile.inc | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/Makefile.inc b/Makefile.inc<br>
index 0669d32..1486721 100644<br>
--- a/Makefile.inc<br>
+++ b/Makefile.inc<br>
@@ -46,7 +46,7 @@ GZIP        = gzip -9 -c<br>
 INSTALL_PROGRAM = install<br>
<br>
 ifndef RPM_OPT_FLAGS<br>
-       RPM_OPT_FLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4<br>
+       RPM_OPT_FLAGS = -O2 -g -pipe -Wformat-security -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4<br>
 endif<br>
<br>
 OPTFLAGS     = $(RPM_OPT_FLAGS) -Wunused -Wstrict-prototypes<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.3.1<br>
<br>
</font></span></blockquote></div><br></div>