http://d.puremagic.com/issues/show_bug.cgi?id=10710
--- Comment #32 from Martin Nowak <[email protected]> 2013-10-24 00:14:09 PDT --- (In reply to comment #13) > - Compile/link into Ubuntu with a libcurl without versioned symbols, this > requires an specific package not available on default repositories. I have an idea for an intermediate solution to this. We add a libcurl_stub.c to phobos that contains all functions used by phobos. void curl_global_init() {} void curl_easy_setop() {} ... We build a libcurl.so from the stubs and use it when linking phobos. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
