From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 23 May 2022 10:22:44 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nt3Ku-006JVu-7u for lore@lore.pengutronix.de; Mon, 23 May 2022 10:22:44 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nt3Kt-0002qo-Hc; Mon, 23 May 2022 10:22:43 +0200 Received: from dude02.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::28]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nt3K5-0002qN-9C; Mon, 23 May 2022 10:21:53 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Mon, 23 May 2022 10:21:52 +0200 Message-Id: <20220523082152.3188472-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] quota-tools: drop unconditional libtirpc dependency X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 --- 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