Bug 3108

Summary: link libravatar plugin against libcurl
Product: Claws Mail (GTK 2) Reporter: Christian Hesse <mail>
Component: PluginsAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.10.0   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
link libravatar plugin against libcurl mones: applied+

Description Christian Hesse 2014-03-13 11:27:01 UTC
Created attachment 1341 [details]
link libravatar plugin against libcurl

libravatar plugin is compiled, but not linked against libcurl. This results in something like:

The following error occurred while loading libravatar.so :
/usr/lib/claws-mail/plugins/libravatar.so: undefined symbol: curl_easy_perform

This attached patch links the plugin against libcurl.
Comment 1 users 2014-03-13 12:09:05 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

++ ChangeLog	2014-03-13 12:09:04.868516335 +0100
http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=462d00f368b41f6a47503cf2dc5e8fa80ad9494f
Merge: 60d3111 85b3665
Author: Colin Leroy <colin@colino.net>
Date:   Thu Mar 13 12:09:03 2014 +0100

    Merge branch 'master' of file:///home/git/claws

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=85b3665d99974d39ac1928e8d49daf93e78724d6
Author: Christian Hesse <mail@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.