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 gss".
http://git.savannah.gnu.org/cgit/gss.git/commit/?id=cb6c0a5aa938c5696c10317dcf1fcbabc61d64bf The branch, master has been updated via cb6c0a5aa938c5696c10317dcf1fcbabc61d64bf (commit) via e997d9d5d4045077f0d04dcf504ebb81a6e26611 (commit) from edd0cf336197f89f36ae692a3e90820c146b50a5 (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 cb6c0a5aa938c5696c10317dcf1fcbabc61d64bf Author: Simon Josefsson <[email protected]> Date: Thu May 20 14:18:02 2010 +0200 Add. commit e997d9d5d4045077f0d04dcf504ebb81a6e26611 Author: Simon Josefsson <[email protected]> Date: Thu May 20 14:17:44 2010 +0200 Link krb5context with -lshishi directly because it uses Shishi functions. Reported by [email protected] (Ludovic Courtès). ----------------------------------------------------------------------- Summary of changes: THANKS | 1 + tests/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/THANKS b/THANKS index 4ced253..a9a11ff 100644 --- a/THANKS +++ b/THANKS @@ -12,6 +12,7 @@ Clytie Siddall Mike Castle Russ Allbery Dagobert Michelsen <[email protected]> +Ludovic Courtès <[email protected]> ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, diff --git a/tests/Makefile.am b/tests/Makefile.am index 19c37b3..8d8d875 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,6 +40,8 @@ TESTS = $(buildtests) threadsafety check_PROGRAMS = $(buildtests) dist_check_SCRIPTS = threadsafety +krb5context_LDADD = $(LDADD) @LTLIBSHISHI@ + EXTRA_DIST = krb5context.key krb5context.tkt utils.c shishi.conf localedir = $(datadir)/locale hooks/post-receive -- GNU gss _______________________________________________ Gss-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gss-commit
