From 22ec30b5149bb9966c6d2b67b90ad80f4ca175e8 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 18 Jan 2026 14:21:07 +0100 Subject: [PATCH] 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 3f3d6e43de9b4aac7df8545fd811171256f878d3 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 Signed-off-by: Thomas Petazzoni --- package/xinetd/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/xinetd/Config.in b/package/xinetd/Config.in index f509905f1c..9637016f7e 100644 --- a/package/xinetd/Config.in +++ b/package/xinetd/Config.in @@ -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.