maintainer-feedback requested: [Bug 216781] net/qt5-network: fix build with libressl-devel

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 4 14:34:08 UTC 2017


Piotr Kubaj <pkubaj at anongoth.pl> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
Bug 216781: net/qt5-network: fix build with libressl-devel
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216781



--- Description ---
Created attachment 179597
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179597&action=edit
patch

LibreSSL 2.5.1 now defines SSL_CTRL_SET_CURVES, but it doesn't actually mean
nothing anything.

Building qt5-network fails with:
(00:01:51) --- .obj/qsslcontext_openssl.o ---
(00:01:51) ssl/qsslcontext_openssl.cpp:349:33: error: use of undeclared
identifier 'doesnt_exist'
(00:01:51)				   SSL_CTRL_SET_CURVES,
(00:01:51)				   ^
(00:01:51) /usr/local/include/openssl/ssl.h:1189:29: note: expanded from macro
'SSL_CTRL_SET_CURVES'
(00:01:51) #define SSL_CTRL_SET_CURVES doesnt_exist
(00:01:51)			       ^

The attached patch fixes this.


More information about the kde-freebsd mailing list