[Commits] [SCM] claws branch, master, updated. 3.9.3-38-g85b3665
mones at claws-mail.org
mones at claws-mail.org
Thu Mar 13 12:08:27 CET 2014
The branch master of project "claws" (Claws Mail) has been updated
via 85b3665d99974d39ac1928e8d49daf93e78724d6 (commit)
from df4408441e09f5ca6cb2c0537aec18159fc6daf9 (commit)
- Log -----------------------------------------------------------------
commit 85b3665d99974d39ac1928e8d49daf93e78724d6
Author: Christian Hesse <mail at eworm.de>
Date: Thu Mar 13 11:19:18 2014 +0100
Fix bug #3108 “link libravatar plugin against libcurl”.
Thanks Christian Hesse for the patch.
diff --git a/src/plugins/libravatar/Makefile.am b/src/plugins/libravatar/Makefile.am
index e49d965..752c81c 100644
--- a/src/plugins/libravatar/Makefile.am
+++ b/src/plugins/libravatar/Makefile.am
@@ -50,7 +50,8 @@ endif
libravatar_la_LDFLAGS = \
$(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
-avoid-version -module \
- $(GTK_LIBS)
+ $(GTK_LIBS) \
+ $(CURL_LIBS)
libravatar_la_DEPENDENCIES = $(plugin_deps)
@@ -65,7 +66,8 @@ INCLUDES = \
AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
- $(GTK_CFLAGS)
+ $(GTK_CFLAGS) \
+ $(CURL_CFLAGS)
libravatar_la_SOURCES = \
libravatar.c libravatar.h \
-----------------------------------------------------------------------
Summary of changes:
src/plugins/libravatar/Makefile.am | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list