]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libmagic: Remove support for older FreeBSD where xlocale was not available.
authorXin LI <delphij@FreeBSD.org>
Mon, 3 Jan 2022 02:05:08 +0000 (18:05 -0800)
committerXin LI <delphij@FreeBSD.org>
Mon, 3 Jan 2022 02:05:08 +0000 (18:05 -0800)
commit90266521018938b7b9f0003ba9a383b6920859e9
tree8b56d2773d94d5cd4367ed65e6f4c3456bf3c331
parentf284bed200b04e48c4ae87a50f4a8a957b0a10ad
libmagic: Remove support for older FreeBSD where xlocale was not available.

The MINIMUM_SUPPORTED_OSREL is 1002501 (FreeBSD 10.3), and xlocale is
supported there.

While I'm there, explicitly use config.h generated with --disable-bzlib
--disable-xzlib instead of deleting them manually.

MFC after: 2 weeks
lib/libmagic/config.h