[Bug 215695] New port: net/s6-networking: suite of small networking utilities for Unix systems
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 22 21:34:32 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215695
--- Comment #2 from Colin Booth <colin-ports at heliocat.net> ---
One other thing, if you're adding TLS support to s6-networking you'll need to
adjust CONFIGURE_ARGS to have --enable-ssl= and pick either libressl or
bearssl. I'd personally suggest bearssl since it has no dependencies and can be
installed alongside libressl or openssl without any issues.
Whichever you pick though, make sure you set an explicit build and (if
necessary) library dependency on the ssl library of choice. As it stand the
current CONFIgURE_ARGS mean you'll static link against whichever ssl backend
you choose so as mentioned earlier, the LIBRARY_DEPENDS line doesn't matter too
much.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list