Skip to content
Snippets Groups Projects
Commit 49f2a019 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

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: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
parent cbfc3e2d
No related branches found
No related tags found
No related merge requests found
......@@ -46,3 +46,6 @@ do_configure_prepend() {
}
SRCREV = "3880f41e683f02b905c8cbc3c578c3f3a0a1eb2e"
# Temporarily here, until merged upstream
PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment