From 10c744071c27e582467f3821ce13ddfe56abb7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= Date: Sat, 15 Jan 2011 23:45:55 +0100 Subject: [PATCH] Fix for LVM 2.02.72 compilation --- gen_compile.sh | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index 6e1b243..cd9a61f 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -417,7 +417,6 @@ compile_busybox() { } compile_lvm() { - compile_device_mapper if [ ! -f "${LVM_BINCACHE}" ] then [ -f "${LVM_SRCTAR}" ] || @@ -435,9 +434,7 @@ compile_lvm() { cd "${LVM_DIR}" apply_patches lvm ${LVM_VER} print_info 1 'lvm: >> Configuring...' - LDFLAGS="-L${TEMP}/device-mapper/lib" \ CFLAGS="-fPIC" \ - CPPFLAGS="-I${TEMP}/device-mapper/include" \ ./configure --enable-static_link --prefix=${TEMP}/lvm \ --with-lvm1=none --with-clvmd=none --with-cluster=none \ --disable-readline --disable-selinux --with-mirrors=none \ -- 1.7.4.rc1