summaryrefslogtreecommitdiff
path: root/tools/e2fsprogs/patches/010-old-libmagic.patch
Commit message (Collapse)AuthorAge
* e2fsprogs: fix build problem with very old libmagicHauke Mehrtens2016-06-30
The libmagic shipped with RedHat 5 does not define MAGIC_NO_CHECK_ELF and MAGIC_NO_CHECK_COMPRESS. e2fsprogs should check for that, otherwise the build will fail. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>