Bug 3108 - link libravatar plugin against libcurl
Summary: link libravatar plugin against libcurl
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Plugins (show other bugs)
Version: 3.10.0
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2014-03-13 11:27 UTC by Christian Hesse
Modified: 2014-03-14 08:58 UTC (History)
0 users

See Also:


Attachments
link libravatar plugin against libcurl (927 bytes, application/x-download)
2014-03-13 11:27 UTC, Christian Hesse
mones: applied+
Details

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.

Note You need to log in before you can comment on or make changes to this bug.