hashdeep: Build with 64-bit off_t
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 28 Dec 2017 23:01:39 +0000 (00:01 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 28 Dec 2017 23:43:54 +0000 (00:43 +0100)
hashdeep requires 64-bit off_t and fails with an assertion at startup
if that is not satisfied.

Build against Android 7.0 (android-24) to have working 64_bit on
32-bit arches (arm and i686).

Fixes #1733.


No differences found