grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.14-47-g9350c32


From: Paul Eggert
Subject: grep branch, master, updated. v2.14-47-g9350c32
Date: Sun, 20 Oct 2013 22:05:39 +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 "grep".

The branch, master has been updated
       via  9350c3288150d75a5b5d4ca98cab18d338b8a00f (commit)
      from  f4d35857d2df9067e0c9f96c774ffa4c8836bffa (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/grep.git/commit/?id=9350c3288150d75a5b5d4ca98cab18d338b8a00f


commit 9350c3288150d75a5b5d4ca98cab18d338b8a00f
Author: Paul Eggert <address@hidden>
Date:   Sun Oct 20 15:05:14 2013 -0700

    build: port to platforms that predefine _FORTIFY_SOURCE
    
    Problem reported by Brenton Hoff (Bug#15663).
    * configure.ac (_FORTIFY_SOURCE): Don't define if already defined.
    This is what Emacs does.

diff --git a/configure.ac b/configure.ac
index 5c93d04..6ce7237 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,7 +159,7 @@ if test "$gl_gcc_warnings" = yes; then
   AH_VERBATIM([FORTIFY_SOURCE],
   [/* Enable compile-time and run-time bounds-checking, and some warnings,
       without upsetting glibc 2.15+. */
-   #if defined __OPTIMIZE__ && __OPTIMIZE__
+   #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
    # define _FORTIFY_SOURCE 2
    #endif
   ])

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

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


hooks/post-receive
-- 
grep



reply via email to

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