lvm2: fix build with musl
authorDaniel Golle <daniel@makrotopia.org>
Sat, 25 Apr 2015 21:34:05 +0000 (23:34 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 25 Apr 2015 21:45:14 +0000 (23:45 +0200)
commitf5cc8c27d74b0603eb4fda5052f2a47e199fa1e6
tree57b599afccf7ce3b32290ade6c55f50c377905d4
parentaa1a005c5c468614c8c3ccdab78576f07f606754
lvm2: fix build with musl

stdin, stderr and stdout are constants on musl and it doesn't provide
mallinfo.
Both, overwriting std* were used to catch and work around various
misbehaviours of glibc, so it's hopefully save to just skip them when
building against other libc implementations.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
utils/lvm2/patches/002-const-stdio.patch [new file with mode: 0644]
utils/lvm2/patches/003-no-mallinfo.patch [new file with mode: 0644]