[Bug 231500] [NEW PORT] devel/capnproto: Serialization/RPC system

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 1 12:42:54 UTC 2018


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

--- Comment #14 from Tobias Kortkamp <tobik at 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= ac_cv_lib_ssl_OPENSSL_init_ssl=yes

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

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


More information about the freebsd-ports-bugs mailing list