Michael Stahl wrote:
> the only safe way to provide a compat openssl package is as a -devel
> package that only contains a static library :P

Even then, you need to mark all the symbols as hidden if you do not want 
them to get exported from shared libraries linking to it. (And of course the 
static library needs to be built with -fPIC or shared libraries cannot link 
to it to begin with.)

        Kevin Kofler
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to