Commit Graph

5 Commits

Author SHA1 Message Date
Eneas U de Queiroz
f674c0951c 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>
2022-11-11 14:36:57 +08:00
Guilherme Janczak
5546b1302b mtools: update to 4.0.39
This update happens to drop the libbsd dependency.

Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
2022-11-11 14:36:56 +08:00
Stijn Tintel
e287da85c5 mtools: bump to 4.0.35
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-11-11 14:36:56 +08:00
Stijn Tintel
feffae4269 mtools: fix host lib leakage
The package does not build due to host lib leakage, as evidenced by
config.log:

X_CFLAGS=' -I/usr/include'
X_LIBS=' -L/usr/lib'

Fix this by disabling X with a configure var.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-11-11 14:36:56 +08:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00