From e4d075975f2ce0409a56902b0ef92fb34cdac167 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 15 Jan 2026 19:00:56 +0100 Subject: [PATCH] package/lsof: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_RPCDB Package lsof requires libtirpc rpcdb option enabled with non-glibc toolchains 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/59e/59e0cc2692a8a7d587f5a4da90ec268237141dab/ /home/autobuild/autobuild/instance-10/output-1/host/lib/gcc/arc-buildroot-linux-uclibc/14.2.0/../../../../arc-buildroot-linux-uclibc/bin/ld: print.c:(.text+0x166): undefined reference to `getrpcbynumber' Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/lsof/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lsof/Config.in b/package/lsof/Config.in index 48ceb39a99..424778d3d7 100644 --- a/package/lsof/Config.in +++ b/package/lsof/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_LSOF bool "lsof" depends on BR2_USE_MMU # fork() depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS + select BR2_PACKAGE_LIBTIRPC_RPCDB if BR2_PACKAGE_LIBTIRPC help lsof (LiSt Open Files) The lsof tool lists information about files opened by