gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1528-gd58d080
Date: Wed, 30 Jan 2013 18:55:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  d58d08084ef99c6c377c7a3e3594bd087d236c4b (commit)
      from  673c5de1f560452db3f668e64a39a82152ea9a20 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=d58d08084ef99c6c377c7a3e3594bd087d236c4b


commit d58d08084ef99c6c377c7a3e3594bd087d236c4b
Author: Rob Savoye <address@hidden>
Date:   Wed Jan 30 11:55:09 2013 -0700

    use -fPIE for C files, instead of only C++ files. Otherwise our test cases 
don't compile with a newer toolchain.

diff --git a/configure.ac b/configure.ac
index 5da7aae..f2d1e9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2882,6 +2882,7 @@ AC_ARG_ENABLE([harden],
 
 if test x"$harden" = x"yes" -a x"${host_cpu}" != mips; then
     CPPFLAGS="${CPPFLAGS} -D_FORTIFY_SOURCE=2"
+    CFLAGS="${CFLAGS} -fPIE -fstack-protector --param ssp-buffer-size=4 
-Wformat -Werror=format-security"
     CXXFLAGS="${CXXFLAGS} -fPIE -fstack-protector --param ssp-buffer-size=4 
-Wformat -Werror=format-security"
     LDFLAGS="${LDFLAGS} -fPIE -pie -Wl,-z,relro -Wl,-z,now"
 fi

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]