Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Dec 2018 12:42:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231500] [NEW PORT] devel/capnproto: Serialization/RPC system
Message-ID:  <bug-231500-7788-Q4NcATSxfv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231500-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231500-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #14 from Tobias Kortkamp <tobik@freebsd.org> ---
We need to fix the root cause issue here instead of tacking on a
bunch of workarounds in the port for this.

I wonder what's missing on 11.2 that libkj-tls is not being build
there.

The problem seems to be:

checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
configure: WARNING: "could not find OpenSSL -- won't build libkj-tls"

and

/tmp/conftest-17c4d0.o: In function `main':
conftest.cpp:(.text+0x5): undefined reference to `OPENSSL_init_ssl'

Just skipping this check through

CONFIGURE_ARGS=3D ac_cv_lib_ssl_OPENSSL_init_ssl=3Dyes

seems to work and is probably ok since capnproto appears to
never directly call OPENSSL_init_ssl itself.

--=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-231500-7788-Q4NcATSxfv>