Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] lvm2: Enable cmdlib and dmeventd
@ 2014-02-04 10:06 Maxime Hadjinlian
  2014-02-04 10:06 ` [Buildroot] [PATCH 2/3] dmraid: bump version Maxime Hadjinlian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maxime Hadjinlian @ 2014-02-04 10:06 UTC (permalink / raw)
  To: buildroot

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.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: Antony Vennard <arv@vx9.co.uk>
---
 package/lvm2/lvm2.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 6566b32..0183e05 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -13,7 +13,8 @@ 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.
-- 
1.8.5.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-02 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 10:06 [Buildroot] [PATCH 1/3] lvm2: Enable cmdlib and dmeventd Maxime Hadjinlian
2014-02-04 10:06 ` [Buildroot] [PATCH 2/3] dmraid: bump version Maxime Hadjinlian
2014-02-04 10:06 ` [Buildroot] [PATCH 3/3] dmraid: Update init script Maxime Hadjinlian
2014-03-02 15:35 ` [Buildroot] [PATCH 1/3] lvm2: Enable cmdlib and dmeventd Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox