* [Buildroot] [PATCH 1/1] package/xinetd: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_RPCDB
@ 2026-01-18 13:21 Bernd Kuhls
2026-02-04 9:11 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2026-01-18 13:21 UTC (permalink / raw)
To: buildroot; +Cc: Danomi Manchego
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 <bernd@kuhls.net>
---
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.
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/xinetd: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_RPCDB
2026-01-18 13:21 [Buildroot] [PATCH 1/1] package/xinetd: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_RPCDB Bernd Kuhls
@ 2026-02-04 9:11 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-02-04 9:11 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, Danomi Manchego
On Sun, Jan 18, 2026 at 02:21:07PM +0100, Bernd Kuhls wrote:
> 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 <bernd@kuhls.net>
Applied, thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-04 9:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-18 13:21 [Buildroot] [PATCH 1/1] package/xinetd: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_RPCDB Bernd Kuhls
2026-02-04 9:11 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox