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 "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=ac5645c3ab4962706546a0c2f26521c4829329f0 The branch, master has been updated via ac5645c3ab4962706546a0c2f26521c4829329f0 (commit) from b215d541c4551c3a29c5f521727361c0a40f8bde (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 ----------------------------------------------------------------- commit ac5645c3ab4962706546a0c2f26521c4829329f0 Author: Simon Josefsson <[email protected]> Date: Mon Nov 21 10:45:32 2011 +0100 Use -no-install instead of -static. ----------------------------------------------------------------------- Summary of changes: tests/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5bdaf04..62804d8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/gl -I../gl -AM_LDFLAGS = -static +AM_LDFLAGS = -no-install LDADD = libutils.a ../lib/libidn.la hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
