#!/bin/sh -e 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 <