Date: Sat, 04 Feb 2017 14:34:08 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216781] net/qt5-network: fix build with libressl-devel Message-ID: <bug-216781-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216781 Bug ID: 216781 Summary: net/qt5-network: fix build with libressl-devel Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: pkubaj@anongoth.pl Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org Created attachment 179597 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179597&action= =3Dedit 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 ma= cro 'SSL_CTRL_SET_CURVES' (00:01:51) #define SSL_CTRL_SET_CURVES doesnt_exist (00:01:51) ^ The attached patch fixes this. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216781-13>