Patch from Evangelos Foutras to link to CyrusSASL from the IRC plugin when needed. Fixes #15517 release-2.x.y

Sun, 10 Mar 2013 23:31:01 -0400

author
Daniel Atallah <datallah@pidgin.im>
date
Sun, 10 Mar 2013 23:31:01 -0400
branch
release-2.x.y
changeset 33823
944ec96bb103
parent 33822
12fe7c5bfccf
child 33828
7a40d62c81d8
child 33829
837d3061532b
child 35199
4d139ce8f7ec

Patch from Evangelos Foutras to link to CyrusSASL from the IRC plugin when needed. Fixes #15517

libpurple/protocols/irc/Makefile.am file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/irc/Makefile.am	Sun Mar 10 19:20:58 2013 +0100
+++ b/libpurple/protocols/irc/Makefile.am	Sun Mar 10 23:31:01 2013 -0400
@@ -27,7 +27,7 @@
 st =
 pkg_LTLIBRARIES   = libirc.la
 libirc_la_SOURCES = $(IRCSOURCES)
-libirc_la_LIBADD  = $(GLIB_LIBS)
+libirc_la_LIBADD  = $(GLIB_LIBS) $(SASL_LIBS)
 
 endif
 

mercurial