|
|
@ -739,10 +739,9 @@ compile_device_mapper() {
|
|
|
|
[ ! -d "${DEVICE_MAPPER_DIR}" ] &&
|
|
|
|
[ ! -d "${DEVICE_MAPPER_DIR}" ] &&
|
|
|
|
gen_die "device-mapper directory ${DEVICE_MAPPER_DIR} invalid"
|
|
|
|
gen_die "device-mapper directory ${DEVICE_MAPPER_DIR} invalid"
|
|
|
|
cd "${DEVICE_MAPPER_DIR}"
|
|
|
|
cd "${DEVICE_MAPPER_DIR}"
|
|
|
|
mymapperconf="--enable-static_link"
|
|
|
|
./configure --prefix=${TEMP}/device-mapper --enable-static_link \
|
|
|
|
###mymapperconf="--disable-selinux ${mymapperconf}"
|
|
|
|
--disable-selinux >> ${DEBUGFILE} 2>&1 ||
|
|
|
|
./configure --prefix=${TEMP}/device-mapper ${mymapperconf} \
|
|
|
|
gen_die 'Configuring device-mapper failed!'
|
|
|
|
>> ${DEBUGFILE} 2>&1 || gen_die 'Configuring device-mapper failed!'
|
|
|
|
|
|
|
|
print_info 1 'device-mapper: >> Compiling...'
|
|
|
|
print_info 1 'device-mapper: >> Compiling...'
|
|
|
|
compile_generic '' utils
|
|
|
|
compile_generic '' utils
|
|
|
|
compile_generic 'install' utils
|
|
|
|
compile_generic 'install' utils
|
|
|
|