]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lib: Enable libcbor and libfido2 for COMPAT_32BIT
authorJessica Clarke <jrtc27@FreeBSD.org>
Sun, 9 Jul 2023 17:45:56 +0000 (18:45 +0100)
committerJessica Clarke <jrtc27@FreeBSD.org>
Sun, 9 Jul 2023 17:45:56 +0000 (18:45 +0100)
commit6adfb8155e17d94de0aac39a5965c137bad10e93
treedbe8f3d03b30a67697bc3fd4dc22559fad6acaa2
parent5181fe24b2d4f0e2daba180b6f36477cd8fe31d7
lib: Enable libcbor and libfido2 for COMPAT_32BIT

We no longer have COMPAT_32BIT hacks for libusb, instead supporting the
normal 32-bit ioctls for freebsd32 processes, so we can enable these for
the lib32 build.

Reviewed by: emaste, brooks, jhb
Differential Revision: https://reviews.freebsd.org/D40920
lib/Makefile