commit | ee85edaf74adfc962ff0281b24aa7aa65a4eff1b | [log] [tgz] |
---|---|---|
author | Ken Sumrall <ksumrall@android.com> | Fri Apr 27 23:22:59 2012 -0700 |
committer | Ken Sumrall <ksumrall@android.com> | Fri Apr 27 23:22:59 2012 -0700 |
tree | e0f92411c04699dd20b56031828b10b86a52d36c | |
parent | 22218d379da521f6c74842085a4f348a4dfc9715 [diff] |
Fix the mac build of e2fsprogs Android builds for MacOS 10.5. The new version version of e2fsprogs requires posix_memalign(), which was added in MacOS 10.6. Since MacOS doesn't provide memalign() either, the only option is to use valloc(). This patch was inspired by a patch to e2fsprogs that came from the macports port of e2fsprogs. Change-Id: If1334ce409985c1bdba4384ada8ecbc3dec56d81