]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
lvm2: enable cmdlib and dmeventd
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Tue, 4 Feb 2014 10:06:03 +0000 (11:06 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 2 Mar 2014 15:28:55 +0000 (16:28 +0100)
In order to use a newer dmraid, the lvm2 package needs
to be compiled with --enable-cmdlib --enable-dmeventd, which
dmraid can then invoke on boot.

[Thomas: slightly reformat the list of configure options.]

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: Antony Vennard <arv@vx9.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lvm2/lvm2.mk

index 6566b32fc087e853b8b324603de91cb4252a55ab..ee281a15ed7e7de0f95a92a70f798d1dd965ded5 100644 (file)
@@ -13,7 +13,11 @@ LVM2_LICENSE_FILES = COPYING COPYING.LIB
 
 # Make sure that binaries and libraries are installed with write
 # permissions for the owner.
-LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig
+LVM2_CONF_OPT += \
+       --enable-write_install \
+       --enable-pkgconfig \
+       --enable-cmdlib \
+       --enable-dmeventd
 
 # LVM2 uses autoconf, but not automake, and the build system does not
 # take into account the CC passed at configure time.