diff --git a/extra/lvm2/build b/extra/lvm2/build index 62eeeaff..cde7ad57 100755 --- a/extra/lvm2/build +++ b/extra/lvm2/build @@ -4,16 +4,11 @@ patch -p1 < fix-stdio-usage.patch patch -p1 < disable-symver.patch # LVM2 calls 'fmt -1' throughout the build process. -# This is a part of the GNU coreutils and is not included -# in KISS. All 'fmt -1' does is split each word in a string -# on a new line so lets just use the shell as an alternative. -mkdir -p fakebin -cat > fakebin/fmt <