Re: git: 8010f4ad21b6 - main - libusb: remove use of COMPAT_32BIT
Date: Fri, 17 Dec 2021 21:43:52 UTC
On Fri, 17 Dec 2021 at 16:29, Brooks Davis <brooks@freebsd.org> wrote: > > The branch main has been updated by brooks: > > URL: https://cgit.FreeBSD.org/src/commit/?id=8010f4ad21b6120e929bda4eed27696e63514677 > > commit 8010f4ad21b6120e929bda4eed27696e63514677 > Author: Brooks Davis <brooks@FreeBSD.org> > AuthorDate: 2021-12-17 21:28:14 +0000 > Commit: Brooks Davis <brooks@FreeBSD.org> > CommitDate: 2021-12-17 21:28:14 +0000 > > libusb: remove use of COMPAT_32BIT It was because of the odd USB 32-bit compat that I avoided building libcbor/libfido2 under COMPAT_32BIT in 2e85df652caef. Although those libraries should build with your changes they're not actually needed or used, so I'll leave it as is. We should probably have bsd.lib.mk just skip PRIVATELIBs under COMPAT_32BIT. I'll try to take a look at that sometime.