[Buildroot] [PATCH 1/1] package/qt5base: add BR2_PACKAGE_QT5BASE_OPENSSL

Peter Korsgaard peter at korsgaard.com
Thu Mar 7 09:31:52 UTC 2019


>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice at gmail.com> writes:

Hi,

 > Dear Peter,
 >> I kept this as a blind option to not change behaviour and added the
 >> logic for the recently added libressl support for 5.6.x and committed,
 >> thanks.
 > Thanks for taking care of this however qt5enginio also fails to build
 > without SSL on QT5.6:
 > http://autobuild.buildroot.org/results/579dfa53451ad78563faaad514f47d80851c3234

 > We can't add a dependency or a select on the blind
 > BR2_PACKAGE_QT5BASE_OPENSSL option so what should we do?

I guess we should just change the select BR2_PACKAGE_OPENSSL part to:

select BR2_PACKAGE_LIBRESSL if BR2_PACKAGE_QT5_VERSION_5_6
select BR2_PACKAGE_OPENSSL if BR2_PACKAGE_QT5_VERSION_LATEST

(and the corresponding change in the .mk)

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list