]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
lvm2: housekeeping - remove invalid configure option
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 11 May 2023 12:39:41 +0000 (14:39 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 11 May 2023 20:10:25 +0000 (20:10 +0000)
- 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>
lfs/lvm2

index 5b39f05f5f70e2e27eb9c2200c4ec6947d88ef76..2f1e921fc2bdbef5a6b477bd2801920845d16aee 100644 (file)
--- 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)