Build with largefile support
Add future=+lfs to fix OPENSSL_DIR_read on 32 bit QEMU guests on 64 bit hosts. See https://sourceware.org/bugzilla/show_bug.cgi?id=23960 for more details.
Signed-off-by: Dan Nicholson nicholson@endlessm.com
This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923479 even though the root cause is not openssl. FWIW, openssl already defines _FILE_OFFSET_BITS internally in a couple locations to get fread64. A more localized fix would be to just define _FILE_OFFSET_BITS in crypto/LPdir_unix.c where the readdir call is.