commit e3989b5e27b3958175369c77380405f60c4ef19d
Author: zrj <[email protected]>
Date: Thu Nov 3 19:19:09 2016 +0200
nc(1): Adjust makefile and hook into buildworld.
Given that nc(1) in dports is only installed when dports/libressl is used,
but not available when dports/openssl, it is useful to have base nc(1).
Also it makes a very good test case for LTO toolchain testing:
LTO + NOSHARED + libressl + openbsd compat layer + certain parts of libc.
Since base does not provide libprivate_tls lib, compile tls bits just for
nc.
Summary of changes:
usr.bin/Makefile | 1 +
usr.bin/nc/Makefile | 24 +++++++++++++++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e3989b5e27b3958175369c77380405f60c4ef19d
--
DragonFly BSD source repository