|
|
@ -432,7 +432,7 @@ compile_lvm() {
|
|
|
|
./configure --enable-static_link --prefix=${TEMP}/lvm \
|
|
|
|
./configure --enable-static_link --prefix=${TEMP}/lvm \
|
|
|
|
--with-lvm1=none --with-clvmd=none --with-cluster=none \
|
|
|
|
--with-lvm1=none --with-clvmd=none --with-cluster=none \
|
|
|
|
--disable-readline --disable-selinux --with-mirrors=none \
|
|
|
|
--disable-readline --disable-selinux --with-mirrors=none \
|
|
|
|
--with-snapshots=none --with-pool=internal || \
|
|
|
|
--with-snapshots=none --with-pool=internal >> ${LOGFILE} 2>&1 || \
|
|
|
|
gen_die 'Configure of lvm failed!'
|
|
|
|
gen_die 'Configure of lvm failed!'
|
|
|
|
print_info 1 'lvm: >> Compiling...'
|
|
|
|
print_info 1 'lvm: >> Compiling...'
|
|
|
|
compile_generic '' utils
|
|
|
|
compile_generic '' utils
|
|
|
|