[Bug 262665] sysutils/syslog-ng: fails to compile after update to 3.36.1: undefined reference to SSL_CTX_set_keylog_callback

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 19 Mar 2022 14:06:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262665

            Bug ID: 262665
           Summary: sysutils/syslog-ng: fails to compile after update to
                    3.36.1: undefined reference to
                    SSL_CTX_set_keylog_callback
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy@FreeBSD.org
          Reporter: lysfjord.daniel@smokepit.net
          Assignee: cy@FreeBSD.org
             Flags: maintainer-feedback?(cy@FreeBSD.org)
 Attachment #232574 text/plain
         mime type:

Created attachment 232574
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232574&action=edit
poudriere build log for syslog-ng.3.36.1

Linking fails with the error:
ld: error: ./lib/.libs/libsyslog-ng.so: undefined reference to
SSL_CTX_set_keylog_callback

Probably caused by DEFAULT_VERSIONS+= ssl=libressl, as it builds just fine with
openssl.

Looking at the source for curl, it seems to be unsupported by libressl.

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