From patchwork Thu May 11 12:39:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6858 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4QHBLK3h3Kz3wlQ for ; Thu, 11 May 2023 12:39:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4QHBLH5NfczYq; Thu, 11 May 2023 12:39:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QHBLH3m0Qz2ydg; Thu, 11 May 2023 12:39:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4QHBLG0wMsz2xbt for ; Thu, 11 May 2023 12:39:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4QHBLF2f6xzBm; Thu, 11 May 2023 12:39:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1683808789; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=MlKTgOqRtP3ZL7IgBRi7DxFGi1zPDMOtRgde1z38TRU=; b=So16Okw/e5bJVd4c/58GMmHrv3DuPEEhoFhVdNJWvROODf/vGgOmj7qelHHNdkNu4sQin3 y8CrklLVNBVO4Du5AF0jvChwbdWJLaYYIY+jkHKlr5E0PHhN+dWaKPYvhSIymBFS4bUA05 kweQBMn8yhngjhQWTJzcYA/Bevq2XpzL8r8usIkHsv0+MtQrXvg4jzE4tqvHc9AHBOlyHE zyT7ffG9wayD43jBHvW+DP2PlIbdC+m9C0TX7mwfMMdHn49lxiObO/VnQ7PEhujhX1Qy3q y4h6jVArwJQ3OjygbGcl4ILFSuoIL773N0SX2YM11CTUQWcZYbFKuuiIQHMt+A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1683808789; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=MlKTgOqRtP3ZL7IgBRi7DxFGi1zPDMOtRgde1z38TRU=; b=p294yKxcoclFHyF4eGDy5KadH5mEPsv39gvIE8UMbgSEn09YWb0V2Vkha5vLGSf/+V+uqn /OqxvaneyS15J3Dw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lvm2: housekeeping - remove invalid configure option Date: Thu, 11 May 2023 14:39:41 +0200 Message-Id: <20230511123943.3450454-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Since lvmetad was removed then the configure option --enable-lvmetad is no longer valid. A warning is now shown - configure: WARNING: unrecognized options: --enable-lvmetad Signed-off-by: Adolf Belka --- lfs/lvm2 | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/lvm2 b/lfs/lvm2 index 5b39f05f5..2f1e921fc 100644 --- a/lfs/lvm2 +++ b/lfs/lvm2 @@ -81,7 +81,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-pkgconfig \ --with-udevdir=/lib/udev/rules.d \ --with-default-locking-dir=/run/lvm \ - --enable-lvmetad \ --enable-udev_rules \ --enable-udev_sync cd $(DIR_APP) && make $(MAKETUNING)