From 1c5adff9dae7209c146dd87a77cfd3b050096f85 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 20 Mar 2011 01:25:19 +0100 Subject: [PATCH] lvm2: improved to enable the device-mapper event daemon and libraries Note: Recent versions of dmraid will need libdevmapper-event libraries. --- base/lvm2/lvm2.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/lvm2/lvm2.conf b/base/lvm2/lvm2.conf index e1f40f86d..dcdf87158 100644 --- a/base/lvm2/lvm2.conf +++ b/base/lvm2/lvm2.conf @@ -52,3 +52,6 @@ fi # build shared command library var_append extraconfopt ' ' '--enable-cmdlib' + +# enable the device-mapper event daemon and libraries +var_append extraconfopt ' ' '--enable-dmeventd'