qtbase: use PACKAGECONFIG to ensure runtime dependency to libssl
Using openssl-linked configure has side effect that gdb catches the SIGILL
signal, which openssl uses internally on ARM, every time when starting
debugging any Qt application. This is annoying and somewhat confusing
behavior even with QtCreator.
Using the default openssl configure argument prevents this, while using
the 4th argument for PACKAGECONFIG keeps the runtime dependency to libssl
correctly in place.
Change-Id: I3eb33ffc08980565930169710ed81de5fd4e0aa8
Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
Please register or sign in to comment