[Bug 228344] net/qt5-network: fails update to 5.10.1 with libressl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 19 14:47:56 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228344

--- Comment #7 from w.schwarzenfeld at utanet.at ---
Ok, we had wrap it in a conditional

something like that:

+-    libssl->setFileNameAndVersion(QLatin1String("ssl"), -1);
+-    libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1);
++  #if defined(LIBRESSL_VERSION_NUMBER)
++    libssl->setFileNameAndVersion(QLatin1String("/usr/local/lib/libssl"),
-1);
++   
libcrypto->setFileNameAndVersion(QLatin1String("/usr/local/lib/libcrypto"), -1)
++  #else
++   libssl->setFileNameAndVersion(QLatin1String("ssl"), -1);
++    libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1);
++  #endif

but I cannot test it with openssl.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list