quota-tools already conditionally selects LIBTIRPC if the
QUOTA_TOOLS_RQUOTAD configuration option is enabled.

There is no need for the libtirpc dependency when building without RPC
support.

Fixes: a12c705d3b88 ("quota-tools: version bump 4.04 -> 4.06")
Signed-off-by: Philipp Zabel <p.za...@pengutronix.de>
---
 rules/quota-tools.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/quota-tools.in b/rules/quota-tools.in
index 18175defe743..171afb738c49 100644
--- a/rules/quota-tools.in
+++ b/rules/quota-tools.in
@@ -3,7 +3,6 @@
 menuconfig QUOTA_TOOLS
        tristate
        prompt "quota tools                   "
-       select LIBTIRPC
        select E2FSPROGS                if QUOTA_TOOLS_QUOTACHECK_EXT2
        select E2FSPROGS_LIBEXT2FS      if QUOTA_TOOLS_QUOTACHECK_EXT2
        select E2FSPROGS_LIBCOM_ERR     if QUOTA_TOOLS_QUOTACHECK_EXT2
-- 
2.30.2


Reply via email to