[Bug 217246] lang/phantomjs: fails to build with libreSSL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 20 10:19:10 UTC 2017


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

            Bug ID: 217246
           Summary: lang/phantomjs: fails to build with libreSSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: feld at FreeBSD.org
          Reporter: informatik at meteotest.ch
          Assignee: feld at FreeBSD.org
             Flags: maintainer-feedback?(feld at FreeBSD.org)

Created attachment 180158
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180158&action=edit
allow compilation with libreSSL/no 'SSL_CTRL_SET_CURVES'

phantomjs comes with bundled QT with checks for 'SSL_CTRL_SET_CURVES' during
build, which is not present/defined in libreSSL, so the build fails with:

.obj/qsslcontext_openssl.o ssl/qsslcontext_openssl.cpp
ssl/qsslcontext_openssl.cpp:347:33: error: use of undeclared identifier
'SSL_CTRL_SET_CURVES'
                                SSL_CTRL_SET_CURVES,
                                ^
1 error generated.
*** [.obj/qsslcontext_openssl.o] Error code 1

The attached patch from https://bugreports.qt.io/browse/QTBUG-46292 fixes this.

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


More information about the freebsd-ports-bugs mailing list