From 5eb029e546a740d3aa89ffb186a654a50c116cf2 Mon Sep 17 00:00:00 2001 From: Amadeusz ?o?nowski Date: Sun, 16 Jan 2011 00:48:59 +0100 Subject: [PATCH] Fix compilation of LVM 2.02.74 --- gen_compile.sh | 3 --- 1 file changed, 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 \ -- 2.26.2