mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] quota-tools: drop unconditional libtirpc dependency
@ 2022-05-23  8:21 Philipp Zabel
  2022-05-25  9:45 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2022-05-23  8:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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.zabel@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-25  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23  8:21 [ptxdist] [PATCH] quota-tools: drop unconditional libtirpc dependency Philipp Zabel
2022-05-25  9:45 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox