|
|
|
|
|
by nly
458 days ago
|
|
That's the point. We don't do that. You link to the system libcurl dynamically and everyone is told to do the same. If you want to use a private curl as an implementation detail then the only safe way to do it is to ship a .so, make sure all the symbols are private and that symbol interposition is switched off. If you ship a .a then the final link can always make symbols public again. |
|