[poky] Qt should be linked to openssl at compilation

Holger Hans Peter Freyther holger at freyther.de
Wed Nov 16 14:09:15 PST 2011


On 11/16/2011 10:32 PM, Mark Hatle wrote:

> 
> I'd like to try to reproduce this linking to openssl, but not getting
> referenced in the dependency set.

Qt has three SSL options:
	1.) no SSL
	2.) dlopen at runtime (the one probably configured), some people
            believe it avoids the OpenSSL advertizement clause.. and saves
	    static initialization when SSL is not used..
	3.) link to OpenSSL (the -openssl-linked config option the original
	    mail is referring to)


Either you do 2.) and make QtNetwork RDEPEND on libssl/libcrypt and make sure
the symlinks are present... or you do 3.) as proposed in the original email.



More information about the poky mailing list