help-gsasl
[Top][All Lists]
Advanced

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

Re: Bugfix for GSASL-1.2 with mingw+msys


From: Simon Josefsson
Subject: Re: Bugfix for GSASL-1.2 with mingw+msys
Date: Fri, 28 Aug 2009 11:16:34 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

"carlo.bramix" <address@hidden> writes:

> Hello,
> I had a little trouble when compiling GSASL 1.2 under Mingw+Msys.
> Generation of libgsasl gave no problems, but the process failed to link 
> gsasl.exe, saying that libintl_vfprintf function was unresolved.
> I fixed that with the attached patch.
> I hope you will find it usefull.

Hi Carlo!  Thank you, it looks obviously correct and I have applied it:

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=a38bbb6a79081f577709af7c1ebcb10e2231bd76

Thanks,
Simon

> Sincerely,
>
> Carlo Bramini.
>
>
>
> diff -r -u gsasl-1.2-old/src/Makefile.am gsasl-1.2-new/src/Makefile.am
> --- gsasl-1.2-old/src/Makefile.am     2009-06-10 23:07:54 +0000
> +++ gsasl-1.2-new/src/Makefile.am     2009-08-27 10:44:08 +0000
> @@ -28,7 +28,7 @@
>       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)
>  
>  localedir = $(datadir)/locale
>  
>
> _______________________________________________
> Help-gsasl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsasl




reply via email to

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