commit:     a8c367191320a44b435ce9f9b64a4b72f5e4f7da
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 05:03:46 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 05:03:46 2017 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a8c36719

gen_compile: lvm: support lvmetad and more targets: thin, cache, raid

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 gen_compile.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gen_compile.sh b/gen_compile.sh
index 30d5299..f3f9ef1 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -505,6 +505,8 @@ compile_lvm() {
                        --prefix=/
                        --enable-dmeventd
                        --enable-cmdlib
+                       --enable-lib
+                       --enable-lvmetad
                        --with-lvm1=internal
                        --with-clvmd=none
                        --with-cluster=none
@@ -513,6 +515,9 @@ compile_lvm() {
                        --with-mirrors=internal
                        --with-snapshots=internal
                        --with-pool=internal
+                       --with-thin=internal
+                       --with-cache=internal
+                       --with-raid=internal
                )
                CFLAGS="-fPIC" \
                ./configure "${LVM_CONF[@]}" \

Reply via email to