[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


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

            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 at FreeBSD.org
          Reporter: pkubaj at anongoth.pl
             Flags: maintainer-feedback?(kde at FreeBSD.org)
          Assignee: kde at FreeBSD.org

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.

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


More information about the kde-freebsd mailing list