aboutsummaryrefslogtreecommitdiff
path: root/utils/lvm2/patches/003-no-mallinfo.patch
Commit message (Collapse)AuthorAge
* LVM2: Update to 2.02.81Rosen Penev2018-08-14
| | | | | | Switch to upstream URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lvm2: update to version 2.02.164Daniel Golle2016-09-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: update to version 2.02.138Daniel Golle2015-12-26
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: update source and refresh patchesDaniel Golle2015-06-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: finally fix memory locking issues on muslDaniel Golle2015-05-03
| | | | | | | Always use mlockall fixes it, still trying to keep everything else as untouched as possible. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: better workaround for missing mallinfo on muslDaniel Golle2015-05-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: fix build with muslDaniel Golle2015-04-25
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>