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/openbsd/gen.lua | |
| 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/openbsd/gen.lua')
| -rw-r--r-- | pkg/openbsd/gen.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index fb11c973..6434d5a4 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -56,14 +56,6 @@ exe('m4', [[ file('bin/m4', '755', '$outdir/m4') man{'usr.bin/m4/m4.1'} --- nc -exe('nc', [[ - usr.bin/nc/(netcat.c atomicio.c socks.c) - $builddir/pkg/libressl/libtls.a.d -]], {'pkg/libressl/headers'}) -file('bin/nc', '755', '$outdir/nc') -man{'usr.bin/nc/nc.1'} - -- patch exe('patch', 'usr.bin/patch/(patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c) libbsd.a') file('bin/patch', '755', '$outdir/patch') |
