Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Qt 5.0.2 with OpenSSL
@ 2013-10-08  8:43 Espen Frimann Koren
  2013-10-08  8:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Espen Frimann Koren @ 2013-10-08  8:43 UTC (permalink / raw)
  To: buildroot

Hello.

When both BR2_PACKAGE_QT5BASE_NETWORK and BR2_PACKAGE_OPENSSL are set,
something fails in the linking of libQt5Network.so that is related to
OpenSSL. I do not have time to figure out why, but suggest the following
change so that you do not have to compile Qt with OpenSSL support even if
you include OpenSSL in your build:

In package/qt5/qt5base/Config.in:

if BR2_PACKAGE_QT5BASE_NETWORK
config BR2_PACKAGE_QT5BASE_OPENSSL
  bool "use openssl"
  depends on BR2_PACKAGE_OPENSSL
  default BR2_PACKAGE_OPENSSL
  help
    This option toggles use of OpenSSL in Qt5

And in package/qt5/qt5base/qt5base.mk:
Change BR2_PACKAGE_OPENSSL to BR2_PACKAGE_QT5BASE_OPENSSL (around lines 113
and 114)

Sp1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131008/9d1b9c63/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-09  8:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08  8:43 [Buildroot] Qt 5.0.2 with OpenSSL Espen Frimann Koren
2013-10-08  8:48 ` Thomas Petazzoni
     [not found]   ` <CA+csPL5q=rYc_-Q4enRD07Pomj9A6hossAB9cesFnMNnLQv5GA@mail.gmail.com>
2013-10-09  7:51     ` Thomas Petazzoni
2013-10-09  8:23       ` Espen Frimann Koren
2013-10-09  8:58         ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox