grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.1-18-ge3c0287


From: Jim Meyering
Subject: grep branch, master, updated. v3.1-18-ge3c0287
Date: Sun, 17 Dec 2017 11:34:02 -0500 (EST)

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  e3c0287a56e299d4df85cbfb32d58a5b731a696f (commit)
       via  e6c447d02a406209c56d5ca92ce7660a31b2c114 (commit)
      from  51ef8adb2f7eeb073ba98be4f6baf56817e4d358 (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=e3c0287a56e299d4df85cbfb32d58a5b731a696f


commit e3c0287a56e299d4df85cbfb32d58a5b731a696f
Author: Jim Meyering <address@hidden>
Date:   Sun Dec 17 08:07:46 2017 -0800

    build: link with -lsigsegv, when c-stack module requires it
    
    * src/Makefile.am (grep_LDADD): Add $(LIBCSTACK).
    Otherwise, on at least Debian and Arch-based systems, linking would
    fail with diagnostics like these:
      c-stack.c:207: undefined reference to `stackoverflow_install_handler'
      c-stack.c:216: undefined reference to `sigsegv_install_handler'
    Reported by Jeremy Feusi.

diff --git a/src/Makefile.am b/src/Makefile.am
index 71c64f9..7a0cdef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,7 @@ LDADD = \
   ../lib/libgreputils.a $(LIBINTL) ../lib/libgreputils.a $(LIBICONV) \
   $(LIBTHREAD)
 
-grep_LDADD = $(LDADD) $(PCRE_LIBS)
+grep_LDADD = $(LDADD) $(PCRE_LIBS) $(LIBCSTACK)
 localedir = $(datadir)/locale
 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
 

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=e6c447d02a406209c56d5ca92ce7660a31b2c114


commit e3c0287a56e299d4df85cbfb32d58a5b731a696f
Author: Jim Meyering <address@hidden>
Date:   Sun Dec 17 08:07:46 2017 -0800

    build: link with -lsigsegv, when c-stack module requires it
    
    * src/Makefile.am (grep_LDADD): Add $(LIBCSTACK).
    Otherwise, on at least Debian and Arch-based systems, linking would
    fail with diagnostics like these:
      c-stack.c:207: undefined reference to `stackoverflow_install_handler'
      c-stack.c:216: undefined reference to `sigsegv_install_handler'
    Reported by Jeremy Feusi.

diff --git a/src/Makefile.am b/src/Makefile.am
index 71c64f9..7a0cdef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,7 @@ LDADD = \
   ../lib/libgreputils.a $(LIBINTL) ../lib/libgreputils.a $(LIBICONV) \
   $(LIBTHREAD)
 
-grep_LDADD = $(LDADD) $(PCRE_LIBS)
+grep_LDADD = $(LDADD) $(PCRE_LIBS) $(LIBCSTACK)
 localedir = $(datadir)/locale
 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
 

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

Summary of changes:
 configure.ac    | 1 +
 src/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

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