From aa4f05e2d310a1cad577b526e9bc55126ea03450 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 16 Jan 2011 00:51:50 +0100 Subject: [PATCH] Bring back --with-lvm1=internal and --with-snapshots=internal (appears more safe to me) --- gen_compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index cd9a61f..7438f34 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -436,9 +436,9 @@ compile_lvm() { print_info 1 'lvm: >> Configuring...' CFLAGS="-fPIC" \ ./configure --enable-static_link --prefix=${TEMP}/lvm \ - --with-lvm1=none --with-clvmd=none --with-cluster=none \ - --disable-readline --disable-selinux --with-mirrors=none \ - --with-snapshots=none --with-pool=internal >> ${LOGFILE} 2>&1 || \ + --with-lvm1=internal --with-clvmd=none --with-cluster=none \ + --disable-readline --disable-selinux --with-mirrors=internal \ + --with-snapshots=internal --with-pool=internal >> ${LOGFILE} 2>&1 || \ gen_die 'Configure of lvm failed!' print_info 1 'lvm: >> Compiling...' compile_generic '' utils -- 2.26.2