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: Markus Gothe
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1913-ga0a5f54
Date: Tue, 22 Apr 2014 21:02:58 +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  a0a5f545b7cbf500c28b484a22505f1c3ec37f52 (commit)
      from  3ff4d1eaa3556dfaa41c218a6f7c2872f2323abc (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=a0a5f545b7cbf500c28b484a22505f1c3ec37f52


commit a0a5f545b7cbf500c28b484a22505f1c3ec37f52
Author: Markus Gothe <address@hidden>
Date:   Tue Apr 22 23:03:30 2014 +0200

    Likwise check if we are using GCC or not...

diff --git a/configure.ac b/configure.ac
index f19cca0..057e045 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2881,7 +2881,7 @@ AC_ARG_ENABLE([harden],
   [harden=yes]
 )
 
-if test x"$harden" = x"yes" -a x"${host_cpu}" != x"mips" -a x"${android}" != 
xyes; then
+if test x"$harden" = x"yes" -a x"${host_cpu}" != x"mips" -a x"${android}" != 
x"yes" -a x"$GCC" = x"yes"; 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"

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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