grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.5.4-199-g8f73430


From: Jim Meyering
Subject: grep branch, master, updated. v2.5.4-199-g8f73430
Date: Sun, 21 Mar 2010 17:39:35 +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  8f7343014eb45173a07e044aa7c5875ea745ce56 (commit)
      from  af63c52f901a63e6503820c0bee55eda90fc1a50 (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=8f7343014eb45173a07e044aa7c5875ea745ce56


commit 8f7343014eb45173a07e044aa7c5875ea745ce56
Author: Jim Meyering <address@hidden>
Date:   Sun Mar 21 18:36:52 2010 +0100

    build: avoid link failure on systems using gnulib's fcntl but not open
    
    * bootstrap.conf (gnulib_modules): Using gnulib's fcntl module
    and including <fcntl.h>, but not also using gnulib's "open" module
    would result in link failure due to references to rpl_open
    on systems requiring the replacement (e.g., Cygwin and Darwin).

diff --git a/bootstrap.conf b/bootstrap.conf
index 2cdcefa..01af676 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -51,6 +51,7 @@ mbrtowc
 memchr
 mempcpy
 obstack
+open
 progname
 quotearg
 realloc

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

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


hooks/post-receive
-- 
grep




reply via email to

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