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 gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=a38bbb6a79081f577709af7c1ebcb10e2231bd76 The branch, master has been updated via a38bbb6a79081f577709af7c1ebcb10e2231bd76 (commit) from 9ff9e3fb39c301cc359108b0ed4a5e927d61a313 (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 a38bbb6a79081f577709af7c1ebcb10e2231bd76 Author: Simon Josefsson <[email protected]> Date: Fri Aug 28 11:15:12 2009 +0200 Fix libintl-related build errors on MinGW. Tiny patch from "carlo.bramix" <[email protected]>. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ THANKS | 1 + src/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 59b9393..43592eb 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ SASL. That include the manual, the command line tool, and self tests. * Version 1.3 (unreleased) +** gsasl: Fix libintl-related build errors on MinGW. +Tiny patch from "carlo.bramix" <[email protected]>. + ** tests: Rewrite basic self test using modern API. ** tests: New self-test 'crypto' to increase code coverage. diff --git a/THANKS b/THANKS index 266eaed..1970719 100644 --- a/THANKS +++ b/THANKS @@ -39,6 +39,7 @@ Adam Goode <[email protected]> Andery Melnikov <[email protected]> Vincent Untz <[email protected]> Marco Maggi <[email protected]> +"carlo.bramix" <[email protected]> ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, diff --git a/src/Makefile.am b/src/Makefile.am index 7c30d8e..b4feeab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ gsasl_SOURCES = gsasl.c \ imap.c imap.h smtp.c smtp.h \ callbacks.h callbacks.c internal.h gsasl_LDADD = ../lib/src/libgsasl.la ../gl/libgl.la \ - $(LTLIBREADLINE) $(LTLIBGNUTLS) $(LIBSOCKET) \ + $(LTLIBREADLINE) $(LTLIBGNUTLS) $(LIBSOCKET) $(LTLIBINTL) \ libgsasl_cmd.la noinst_LTLIBRARIES = libgsasl_cmd.la hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
