mtools: avoid picking libbsd dependency
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Sun, 1 May 2022 19:22:23 +0000 (16:22 -0300)
committerRosen Penev <rosenp@gmail.com>
Mon, 2 May 2022 19:47:44 +0000 (12:47 -0700)
commitd6960886bdddbc7fe6235bf82a2f28db61efa964
tree8582018b98000070466c2508a10edc260e362de1
parent1c3cf333f68b6e8cadccb55515ad727e6e7bac4d
mtools: avoid picking libbsd dependency

Even though commit 96ec989ed ("mtools: update to 4.0.39") correctly
dropped libbsd dependency, the package's configure script will still
link to it if the library is found.

Tell configure not to look for it by setting ac_cv_lib_bsd_main=no.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
utils/mtools/Makefile