diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-07 13:58:29 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-07 14:04:38 -0800 |
| commit | 80770716279ced2795dbdec6b92cc1a06be2ab61 (patch) | |
| tree | bff34f37cd7bdbc1246d34b22c2dfe94b55d25bd /pkg/libressl | |
| parent | 5a0f00b6c147fa44a4c2f2598a14154d8a5c155e (diff) | |
Build nc from libressl
This way we don't have to maintain the nc linux port patch ourselves.
It also avoids a circular dependency between the libressl and openbsd
packages.
Diffstat (limited to 'pkg/libressl')
| -rw-r--r-- | pkg/libressl/gen.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/libressl/gen.lua b/pkg/libressl/gen.lua index cbaaf65c..07859f77 100644 --- a/pkg/libressl/gen.lua +++ b/pkg/libressl/gen.lua @@ -312,6 +312,10 @@ exe('openssl', [[apps/openssl/( file('bin/openssl', '755', '$outdir/openssl') man{'apps/openssl/openssl.1'} +exe('nc', [[apps/nc/(netcat.c atomicio.c socks.c) libtls.a.d]]) +file('bin/nc', '755', '$outdir/nc') +man{'apps/nc/nc.1'} + file('share/libressl/cert.pem', '644', '$srcdir/apps/openssl/cert.pem') fetch 'curl' |
