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: Petter Reinholdtsen
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1901-ga9f9f29
Date: Mon, 21 Apr 2014 20:57:01 +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  a9f9f29d25c6582a9dae598fb0003eb4905a04c2 (commit)
      from  e91f231af7f174aa64dfd6b43a239b4dd6d4d01e (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=a9f9f29d25c6582a9dae598fb0003eb4905a04c2


commit a9f9f29d25c6582a9dae598fb0003eb4905a04c2
Author: Petter Reinholdtsen <address@hidden>
Date:   Mon Apr 21 22:56:55 2014 +0200

    Use same indentation as the surounding code.

diff --git a/configure.ac b/configure.ac
index 75f12ac..41683cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2885,11 +2885,11 @@ if test x"$harden" = x"yes" -a x"${host_cpu}" != mips 
-a x"${android}" != xyes;
     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"
-       if test x"$darwin" = x"yes"; then
-               LDFLAGS="${LDFLAGS} -fPIE -pie"
-       else
-               LDFLAGS="${LDFLAGS} -fPIE -pie -Wl,-z,relro -Wl,-z,now"
-       fi
+    if test x"$darwin" = x"yes"; then
+      LDFLAGS="${LDFLAGS} -fPIE -pie"
+    else
+      LDFLAGS="${LDFLAGS} -fPIE -pie -Wl,-z,relro -Wl,-z,now"
+    fi
 fi
 
 dnl Define convenience constants so Gnash can print out the

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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