summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/fallocate.patch
Commit message (Collapse)AuthorAgeFilesLines
* e2fsprogs_1.42.bb: Fix build fallout for uclibcKhem Raj2012-01-191-0/+22
e2fsprogs 1.42 onwards uses fallocate() which uclibc does not implement(yet). In most of places its use is controlled and it only used when configure detects fallocate being present but in this one case it missed to check for fallocate being available so here we add the check Signed-off-by: Khem Raj <raj.khem@gmail.com>