Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2017 10:19:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217246] lang/phantomjs: fails to build with libreSSL
Message-ID:  <bug-217246-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217246

            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@FreeBSD.org
          Reporter: informatik@meteotest.ch
          Assignee: feld@FreeBSD.org
             Flags: maintainer-feedback?(feld@FreeBSD.org)

Created attachment 180158
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D180158&action=
=3Dedit
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 t=
his.

--=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-217246-13>