From fe49c4a3fa267659bf55398b031716b62272044b Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 26 Aug 2018 23:01:58 -0700 Subject: 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. --- pkg/openbsd/gen.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') 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') -- cgit v1.2.3