[Buildroot] [PATCH v2 0/2] package/libldns: allow to build drill
Alexis Lothoré
alexis.lothore at bootlin.com
Fri Oct 17 07:36:26 UTC 2025
Hello,
this is the v2 of a small series aiming to allow building the drill
commandline tool, supported by libldns package. This is a small CLI tool
allowing to perform and debug DNS requests. While at it, the series
brings in a small runtime test validating that the binary (and so, the
library it depends on) is correctly built, installed, and that it is
able to run on the target architecture.
[1] https://lore.kernel.org/buildroot/20250807-libldns_drill-v1-0-5d8713fb0860@bootlin.com/
Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>
---
Changes in v2:
- Added missing SoB in first patch
- remove unecessary "default n" in Config.in
- fixed comment about toolchain features requirement
- Link to v1: https://lore.kernel.org/r/20250807-libldns_drill-v1-0-5d8713fb0860@bootlin.com
---
Alexis Lothoré (2):
package/libldns: add an option to build and install drill
support/testing: add basic runtime test for libldns/drill
package/libldns/Config.in | 13 +++++++++++++
package/libldns/libldns.mk | 7 +++++++
support/testing/tests/package/test_libldns.py | 21 +++++++++++++++++++++
3 files changed, 41 insertions(+)
---
base-commit: 0c2a0a44f00e2ab9b41a2bc3bf019e17ef37c471
change-id: 20250806-libldns_drill-081f15f46e5b
Best regards,
--
Alexis Lothoré, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the buildroot
mailing list