ecore-con: try to load libcurl.so.5 before .so.4
authorRaoul Hecky <raoul.hecky@gmail.com>
Fri, 24 Apr 2015 07:12:32 +0000 (09:12 +0200)
committerRaoul Hecky <raoul.hecky@gmail.com>
Fri, 24 Apr 2015 07:23:34 +0000 (09:23 +0200)
commita01b2434054db1f7de9087634227c52abb48e291
tree9e379891aab9666e58baad0712f718b320897897
parentd985ae7ed41f3473d032642aeeede07cf1ac8d7a
ecore-con: try to load libcurl.so.5 before .so.4

Curl is using a strange soname bumping where soname version is changed by configure when it detects some differences with off_t.
Explanations here: http://curl.haxx.se/dev/readme-curl_off_t.html

As we are not using curl_off_t in our code, we can simply load libcurl.so.5 if present.
src/lib/ecore_con/ecore_con_url.c