lvm2: housekeeping - remove invalid configure option

- 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 <adolf.belka@ipfire.org>
This commit is contained in:
Adolf Belka
2023-05-11 14:39:41 +02:00
committed by Peter Müller
parent 133b2ae6bb
commit 3e501253bd

View File

@@ -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)