package/xinetd: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_RPCDB

Package xinetd requires libtirpc rpcdb option enabled since the bump of
libtirpc to version 1.3.7 with buildroot commit
3f3d6e43de which includes upstream commit:
https://git.linux-nfs.org/?p=steved/libtirpc.git;a=commit;h=7cea8ad66aecc21e6caae330b5d31075af399193

Fixes:
https://autobuild.buildroot.net/results/4db/4db625d395f38636b67adbbf6286c6c9da155f62/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls
2026-01-18 14:21:07 +01:00
committed by Thomas Petazzoni
parent 574aa2cfee
commit 22ec30b514

View File

@@ -2,6 +2,7 @@ config BR2_PACKAGE_XINETD
bool "xinetd"
depends on BR2_USE_MMU # fork()
depends on !BR2_TOOLCHAIN_USES_UCLIBC # no ecvt/fcvt
select BR2_PACKAGE_LIBTIRPC_RPCDB if BR2_PACKAGE_LIBTIRPC
help
xinetd is a secure replacement for inetd. It was originally
written by panos@cs.colorado.edu.