https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205566
Matthias Andree <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|compat10x-amd64 causes |net/qt4-network: segfaults |audio/clementine-player via |with |net/qt4-network to segfault |audio/clementine-player on | |FreeBSD 11 if | |compat10x-amd64 gets | |installed --- Comment #3 from Matthias Andree <[email protected]> --- over to maintainer. It appears as though it might be wise to sidestep qt4-network's implicit dlopen() hunting for libssl/libcrypto and make sure it gets linked at build-time, through the QT_LINKED_OPENSSL feature inside the code (haven't dug deeper, ./configure -openssl-linked or such) by default. This should then hardware the SONAME and keep Qt from mispicking an older libssl or libcrypto than was used for the headers at compile time. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
