From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============7813283998323586090==" List-Id: --===============7813283998323586090== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Since lvmetad was removed then the configure option --enable-lvmetad is no = longer valid. A warning is now shown - configure: WARNING: unrecognized options: --enabl= e-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=3D/lib/udev/rules.d \ --with-default-locking-dir=3D/run/lvm \ - --enable-lvmetad \ --enable-udev_rules \ --enable-udev_sync cd $(DIR_APP) && make $(MAKETUNING) --=20 2.40.1 --===============7813283998323586090==--