From 7957cc34c5da1cc68236ac2a9692f0cc596585f9 Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 1 Dec 2021 07:36:03 +0000 Subject: [PATCH] Build libfido2 after all other libraries, as it links against one of the other libraries, so we have to build those first. Initial report and diff from uaa@ ok anton@ deraadt@ millert@ --- lib/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 7f95cb1e3e7..8ce408fe6b3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,11 +1,14 @@ -# $OpenBSD: Makefile,v 1.81 2021/01/02 20:04:36 patrick Exp $ +# $OpenBSD: Makefile,v 1.82 2021/12/01 07:36:03 patrick Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libagentx libarch libc libcbor libcrypto libcurses \ libedit libelf libevent libexpat \ - libfido2 libform libfuse libkeynote libkvm libl libm libmenu \ + libform libfuse libkeynote libkvm libl libm libmenu \ libossaudio libpanel libpcap libradius librthread \ librpcsvc libskey libsndio libssl libtls libusbhid \ libutil liby libz +# Phase 2 +SUBDIR+=libfido2 + .include -- 2.20.1