commit: fe49c4a3fa267659bf55398b031716b62272044b
parent 8ee43697733b04491c7002690b8d417bbc274ef1
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 26 Aug 2018 23:01:58 -0700
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.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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')