diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-26 23:01:58 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-26 23:01:58 -0700 |
| commit | fe49c4a3fa267659bf55398b031716b62272044b (patch) | |
| tree | d83e4e22a2e970f6c680d53b3513970a261f0525 | |
| parent | 8ee43697733b04491c7002690b8d417bbc274ef1 (diff) | |
openbsd: Install libbsd.a
This is needed to link with libraries like libcrypto.a, which is
used in the kernel build process in some configurations.
| -rw-r--r-- | pkg/openbsd/gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index d46cb00e..1899f365 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -38,6 +38,7 @@ lib('libbsd.a', {paths[[ lib/libcrypto/arc4random/getentropy_linux.c lib/libutil/ohash.c ]], libs}, {'pkg/libressl/headers'}) +file('lib/libbsd.a', '644', '$outdir/libbsd.a') -- diff exe('diff', 'usr.bin/diff/(diff.c diffdir.c diffreg.c xmalloc.c) libbsd.a') |
